Rev 136 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Define your item pipelines here## Don't forget to add your pipeline to the ITEM_PIPELINES setting# See: http://doc.scrapy.org/topics/item-pipeline.htmlclass DemoPipeline(object):def process_item(self, domain, item):return item