Skip to content

Commit

Permalink
Create pipelines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acredjb authored Aug 22, 2018
1 parent 20427be commit 6f4043e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pipelines.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 PeilvPipeline(object):
def process_item(self, item, spider):
return item

0 comments on commit 6f4043e

Please sign in to comment.