First commit
This commit is contained in:
6
euler_parser/pipelines.py
Normal file
6
euler_parser/pipelines.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
class EulerParserPipeline(object):
|
||||
def process_item(self, item, spider):
|
||||
return item
|
||||
Reference in New Issue
Block a user