CFVideoScraper/CinemScraper/pipelines.py

12 lines
293 B
Python
Raw Normal View History

2018-05-10 17:31:59 +00:00
# -*- coding: utf-8 -*-
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
# See: https://doc.scrapy.org/en/latest/topics/item-pipeline.html
class CinemscraperPipeline(object):
def process_item(self, item, spider):
return item