Evgeny Slaikovsky
Results
2
comments of
Evgeny Slaikovsky
@bezkos Are you use `meta={'crawl_once': True}`? I tested middleware using this simple spider, and that's works correctly. import scrapy class QuotesSpider(scrapy.Spider): name = "quotes" start_urls = [ 'http://quotes.toscrape.com/tag/humor/', ] def...
Relevant fix https://github.com/berstend/puppeteer-extra/pull/654/files