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
this is a fringe case since the crawler works wonderfully 99.9% of the time
as I was checking some results that did not work I came across the (german) site I initially got no content from: http://www.lorei-baustoffe.de/
The problem was that it returned the following in the header: Content-Type: text/html; charset=none
This in term threw an error since iconv does not know "none" as an encoding
I did a rough patch in my code to change "none" into "utf-8" and got the site.
I am not sure if this is would be a desired feature for the crawler as well.
The text was updated successfully, but these errors were encountered:
set encoding to null to receive a buffer and handle it by yourself.
null
Sorry, something went wrong.
No branches or pull requests
this is a fringe case since the crawler works wonderfully 99.9% of the time
as I was checking some results that did not work I came across the (german) site I initially got no content from:
http://www.lorei-baustoffe.de/
The problem was that it returned the following in the header:
Content-Type: text/html; charset=none
This in term threw an error since iconv does not know "none" as an encoding
I did a rough patch in my code to change "none" into "utf-8" and got the site.
I am not sure if this is would be a desired feature for the crawler as well.
The text was updated successfully, but these errors were encountered: