hartator / wayback-machine-downloader

Download an entire website from the Wayback Machine.
Other
5.16k stars 677 forks source link

Command outputs garbled mess as html #284

Open Nasko-5 opened 3 months ago

Nasko-5 commented 3 months ago

I tried to download a site using wayback_machine_downloader https://www.sngollogns.com/ --from 20221025232115 --all --directory ./snapshot/, but for some reason the outputted .html files were just a string of random and unreadable characters

is this an encoding issue of some sort?

image

AimedarXie commented 2 months ago

Try this: https://github.com/hartator/wayback-machine-downloader/issues/265 Replace the /var/lib/gems/2.5.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb with the modified one.
It really works in my situation.