mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 20:44:18 +00:00
Merge pull request #283 from opyate/patch-1
Update overview.rst, Torrent referenced as TorrentItem in spider
This commit is contained in:
commit
adf38a65e9
@ -45,7 +45,7 @@ This would be our Item::
|
||||
|
||||
from scrapy.item import Item, Field
|
||||
|
||||
class Torrent(Item):
|
||||
class TorrentItem(Item):
|
||||
url = Field()
|
||||
name = Field()
|
||||
description = Field()
|
||||
|
Loading…
x
Reference in New Issue
Block a user