We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran this plugin for https://quotes.toscrape.com/ but It redirects every requests and this plugin doesn't work for redirects
The text was updated successfully, but these errors were encountered:
I get all HTTP 200 responses for quotestoscrape. Are you using quotesbot project?
But when I test for redirects I see it actually doesn't filter out properly. Because it checks for response.request here: https://github.com/scrapy-plugins/scrapy-deltafetch/blob/master/scrapy_deltafetch/middleware.py#L85 instead of response.meta['redirect_urls'] which should be proper value for redirected items.
So it won't work for redirects @mtabbasi
Sorry, something went wrong.
No branches or pull requests
I ran this plugin for https://quotes.toscrape.com/ but It redirects every requests and this plugin doesn't work for redirects
The text was updated successfully, but these errors were encountered: