Open Forage opened 1 year ago
when using this, file urls won't be decoded...
@grandpa1946 do you have an example?
@grandpa1946 do you have an example?
sorry, i think it has to do with the windows naming scheme...
it's kinda annoying because urls will be double encoded, but i can't do anything about that ofcourse
So there is or isn't an issue? If there is, please provide an example because it's working nicely for me.
So there is or isn't an issue? If there is, please provide an example because it's working nicely for me.
i don't think there is, because i think it has the same results as the previous version, sorry that i let you wait.
Hello, I just tested this wonderful patch and I confirm that it works on ubuntu. Thank you a thousand times! :))) 👍
This PR would become redundant if https://github.com/hartator/wayback-machine-downloader/issues/267#issuecomment-1868090089 is integrated into the code, as Net::HTTP decompresses automagically.
WBM is applying compression. "gzip;q=0, identity" as accepted-encoding is being ignored, so decompressing retrieved content. Fixes #259.