Blame | Last modification | View Log | RSS feed
# Define here the models for your scraped items## See documentation in:# http://doc.scrapy.org/topics/items.htmlfrom scrapy.item import Item, Fieldclass DemoItem(Item):# define the fields for your item here like:# name = Field()pass