aboutsummaryrefslogtreecommitdiff
path: root/web_grater/web_grater/pipelines.py
blob: 849e1d19f04fd3cd2d62114ced0c014d668693da (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- 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 WebGraterPipeline(object):
    def process_item(self, item, spider):
        return item