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
Maybe not purpose of the library itself to download binary files but on line 250:
response.body = response.body.toString();
corrupts download of binary files
Ciao! :m
The text was updated successfully, but these errors were encountered:
Same as #9 (comment)
I'll add this to the roadmap
Sorry, something went wrong.
Same field as #53
Just set encoding=null, so that crawler won't try to convert to string.
setting encoding to null trows exception: TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: null So this is not an option either...
TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: null
No branches or pull requests
Maybe not purpose of the library itself to download binary files but on line 250:
response.body = response.body.toString();
corrupts download of binary files
Ciao!
:m
The text was updated successfully, but these errors were encountered: