亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Scrapy 自定義設置

Scrapy 自定義設置

喵喵時光機 2021-06-14 16:00:22
使用scrapy,我在我的一只蜘蛛中:class IndexSpider(scrapy.Spider):    name = "indices"    def __init__(self, *args, **kwargs):        super(IndexSpider, self).__init__(*args, **kwargs)        # set custom settings        custom_settings = {            'DOWNLOAD_DELAY': 2,            'ITEM_PIPELINES': {                'freedom.pipelines.IndexPipeline': 300            }        }但是,當我稍后嘗試通過    print(dict(self.settings.get('ITEM_PIPELINES')))他們是空的。背景是我想在每個蜘蛛的基礎上控制設置(和可能的管道)。我在這里做錯了什么?
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 182 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號