Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
140 ashish 1
# Define your item pipelines here
2
#
3
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
4
# See: http://doc.scrapy.org/topics/item-pipeline.html
5
 
6
class DemoPipeline(object):
7
    def process_item(self, domain, item):
8
        return item