aboutsummaryrefslogtreecommitdiff
path: root/crawler/neodarznet/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/neodarznet/settings.py')
-rw-r--r--crawler/neodarznet/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawler/neodarznet/settings.py b/crawler/neodarznet/settings.py
index 8d65b09..2e5f184 100644
--- a/crawler/neodarznet/settings.py
+++ b/crawler/neodarznet/settings.py
@@ -8,3 +8,5 @@ NEWSPIDER_MODULE = 'crawler.neodarznet.spiders'
ROBOTSTXT_OBEY = True
DEPTH_LIMIT = 0
+
+ITEM_PIPELINES = {'crawler.neodarznet.pipelines.NeodarznetPipeline': 0}