mobygames-screens/mobygames/pipelines.py

12 lines
289 B
Python
Raw Permalink Normal View History

2015-05-06 13:10:41 +00:00
# -*- 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 MobygamesPipeline(object):
def process_item(self, item, spider):
return item