Skip to content
New issue

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

fix(handler): fix download response header Content-Encoding error #322

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ma-pony
Copy link

@ma-pony ma-pony commented Oct 8, 2024

This pull request includes a small but important change to the scrapy_playwright/handler.py file. The change involves modifying the handling of download headers to remove the Content-Encoding header before creating the response object.

  • scrapy_playwright/handler.py: In the _download_request_with_page method, added logic to remove the Content-Encoding header from download headers before creating the response object.

#321

@ma-pony ma-pony changed the title fix(handler): fix download response header Content-Encoding error #321 fix(handler): fix download response header Content-Encoding error Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant