mirror of
https://github.com/bendtherules/try_scrapy.git
synced 2026-08-19 00:35:07 +00:00
json save using pipeline
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user