pipelines.py 285 B

1234567891011
  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: http://doc.scrapy.org/en/latest/topics/item-pipeline.html
  6. class ShlibPipeline(object):
  7. def process_item(self, item, spider):
  8. return item