fh-fendou
def start_requests(self):
        for i in self.start_urls:
            yield Request(i, meta={
                \'dont_redirect\': True,
                \'handle_httpstatus_list\': [302]
            }, callback=self.parse)       

  

分类:

技术点:

相关文章:

  • 2020-03-26
  • 2022-12-23
  • 2021-07-03
  • 2021-09-01
  • 2022-01-26
  • 2021-06-29
  • 2021-11-07
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2021-09-09
  • 2021-09-07
相关资源
相似解决方案