This repository has been archived on 2022-08-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Scraping-Alpha/Scraping_Alpha/Scraping_Alpha/pipelines.py
2017-01-13 17:56:41 +00:00

11 lines
293 B
Python

# -*- coding: utf-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 ScrapingAlphaPipeline(object):
def process_item(self, item, spider):
return item