json save using pipeline

This commit is contained in:
bendtherules
2014-05-11 19:44:16 +05:30
parent 5445c795a9
commit f12efd06f9
7 changed files with 192 additions and 8 deletions
+5
View File
@@ -13,3 +13,8 @@ NEWSPIDER_MODULE = 'try_scrapy.spiders'
# Crawl responsibly by identifying yourself (and your website) on the user-agent
#USER_AGENT = 'try_scrapy (+http://www.yourdomain.com)'
ITEM_PIPELINES = {
'try_scrapy.pipelines.JsonWriterPipeline': 800,
}