← back to Handbag Authentication

handbag_data/github_datasets/Pursearch/src/scrapy/shop/shop/pipelines.py

12 lines

# -*- coding: utf-8 -*-

# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
# See: https://docs.scrapy.org/en/latest/topics/item-pipeline.html


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