diff --git a/chapter1/crawler/taobao/spiders/jd.py b/chapter1/crawler/taobao/spiders/jd.py index c192846..da49361 100644 --- a/chapter1/crawler/taobao/spiders/jd.py +++ b/chapter1/crawler/taobao/spiders/jd.py @@ -24,7 +24,7 @@ class JdSpider(scrapy.Spider): 'LOG_LEVEL': "INFO", 'ITEM_PIPELINES': { 'taobao.pipelines.JDCleanDataPipeline': 300, - #'taobao.pipelines.JDHbasePipeline': 400, + 'taobao.pipelines.JDHbasePipeline': 400, }, 'DOWNLOADER_MIDDLEWARES': { 'scrapy.downloadermiddlewares.retry.RetryMiddleware': 90,