pipelines.py 110 B

123456
  1. # -*- coding: utf-8 -*-
  2. class Zuqiupipeline(object):
  3. def process_item(self, item, spider):
  4. pass