1 def on_start(self):
2     self.crawl('http://bbs.byr.cn/board/Python',
3                headers={'X-Requested-With': 'XMLHttpRequest'},
4                callback=self.index_page)
5 
6     self.crawl(url, callback=self.index_page, cookies={"tt_webid":"6469594619403077134"})

 

相关文章:

  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-08-03
  • 2021-11-28
  • 2021-06-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
相关资源
相似解决方案