-
Notifications
You must be signed in to change notification settings - Fork 107
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
Do we really need "Accept-Encoding = none"? #90
Labels
Comments
If i remember correctly, this line prevents issues when webpage is encoded using gzip for example #41 Can you look at the http headers slashfilm.com returns? |
Without "Accept-Encoding = none"
With this line it returns gzip encoding
|
We should probably allow anyone to override those. Provide best possible defaults but allow to be overrided |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I wonder if you could help me with your LinkThumbnailer a little bit.
I'm running into a problem with your gem when trying to extract data from slashfilm.com. For example, the result is empty when I'm executing this:
But if I comment out the line #43 in processor.rb:
http.override_headers['Accept-Encoding'] = 'none'
Everything works ok.
So, my question is: do we really need this line?
The text was updated successfully, but these errors were encountered: