Archived
1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Fourmi/Scrapy/pipelines.py
2014-03-08 21:40:09 +01:00

9 lines
260 B
Python

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