Subversion Repositories SmartDukaan

Rev

Rev 147 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/topics/items.html

from scrapy.item import Item, Field

class DemoItem(Item):
   
    name = Field()
    site = Field()