1
2
3
4
5
6
7
8
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
# See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html

class MoviesPipeline(object):
    def process_item(self, item, spider):
        return item