aboutsummaryrefslogtreecommitdiff
path: root/myproject/myproject/pipelines.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
commit3f5efcb91afc2e6d013800132b92e4a6c297f662 (patch)
tree3de0b3c6804ec51d5784d788b8df450eae208f1a /myproject/myproject/pipelines.py
Initial commit of working files
Diffstat (limited to 'myproject/myproject/pipelines.py')
-rw-r--r--myproject/myproject/pipelines.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/myproject/myproject/pipelines.py b/myproject/myproject/pipelines.py
new file mode 100644
index 0000000..0bdee9f
--- /dev/null
+++ b/myproject/myproject/pipelines.py
@@ -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 MyprojectPipeline(object):
+ def process_item(self, item, spider):
+ return item