爬取知乎碰到的问题-------------------------1、HTTP status code is not handled or not allowed

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhao_5352269/article/details/86512179

HTTP status code is not handled or not allowed

解决:

只需在setting中添加

HTTPERROR_ALLOWED_CODES = [错误码]

猜你喜欢

转载自blog.csdn.net/zhao_5352269/article/details/86512179