79307442

Date: 2024-12-25 11:16:30
Score: 1.5
Natty:
Report link

By adding dont_filter=True in Request function, it does continue fetching without closing.

yield scrapy.Request(new_url, callback=self.parse, dont_filter=True)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kyktommy