scrapy-fake-useragent
scrapy-fake-useragent copied to clipboard
Add support for `RETRY_EXCEPTIONS` setting
trafficstars
Resolves #41.
I tested locally with Scrapy 2.9.0, 2.10.0 and 2.11.0.
2.10 is the version with exception upon accessing EXCEPTIONS_TO_RETRY. In 2.11 this error was fixed.
On all versions middleware does not fail when process_exception is called. On 2.10+ the middleware also respects setting RETRY_EXCEPTIONS.
I am not sure how to add tests with specific scrapy version.
@alecxe hello. Can you review this one and release a new version to PyPI?