scrapy 解决302重定向问题
Posted fh-fendou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scrapy 解决302重定向问题相关的知识,希望对你有一定的参考价值。
def start_requests(self): for i in self.start_urls: yield Request(i, meta={ ‘dont_redirect‘: True, ‘handle_httpstatus_list‘: [302] }, callback=self.parse)
以上是关于scrapy 解决302重定向问题的主要内容,如果未能解决你的问题,请参考以下文章
无法使用scrapy框架307重定向错误来刮取myntra API数据
Shiro logout 302重定向,shiro 302解决方案