aboutsummaryrefslogtreecommitdiff
path: root/myproject/myproject/pipelines.py
blob: 0bdee9ff6a626e6d2d9f0e3900abb14d403c7e16 (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 MyprojectPipeline(object):
    def process_item(self, item, spider):
        return item