99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

pyspider @catch_status_code_errer

2023-02-16 16:06 更新

@catch_status_code_error

非200響應(yīng)將被視為提取失敗,不會(huì)傳遞給回調(diào)。使用此裝飾器覆蓋此功能。

def on_start(self):
    self.crawl('http://httpbin.org/status/404', self.callback)

@catch_status_code_error  
def callback(self, response):
    ...

將callback作為請(qǐng)求失敗(具有狀態(tài)碼404)將不被執(zhí)行。使用@catch_status_code_errordecorater,callback即使請(qǐng)求失敗也會(huì)執(zhí)行。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)