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
使用Sscrapy的时候,利用
yield PlaywrightRequest(article_url, callback=self.parse_result, wait_until='domcontentloaded', headers=self.headers)
出现错误:gzip.BadGzipFile: Not a gzipped file (b'<!')
The text was updated successfully, but these errors were encountered:
metoo
Sorry, something went wrong.
修改 downloadermiddlewares.py中的378行 headers=response.headers, 改为 headers=headers,
作者在380-382行已经修复了这个问题,但是居然没有引用处理后的headers
No branches or pull requests
使用Sscrapy的时候,利用
yield PlaywrightRequest(article_url, callback=self.parse_result, wait_until='domcontentloaded', headers=self.headers)
出现错误:gzip.BadGzipFile: Not a gzipped file (b'<!')
The text was updated successfully, but these errors were encountered: