pipelines.py 294 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. # Define your item pipelines here
  3. #
  4. # Don't forget to add your pipeline to the ITEM_PIPELINES setting
  5. # See: https://doc.scrapy.org/en/latest/topics/item-pipeline.html
  6. class MyfirstspiderPipeline(object):
  7. def process_item(self, item, spider):
  8. return item