-
Notifications
You must be signed in to change notification settings - Fork 721
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
Error when attempting to download anything #190
Comments
The workaround for this appears to be to change A more correct solution would be to use bytes instead of UTF-8 for filenames, since at least on Linux, filenames are bytes not UTF-8. On Windows you might need to detect the file name encoding and then convert file names to UTF-16 instead. The CharlockHolmes and rchardet projects can be used to detect the encoding and calling |
Fixes: hartator#190
…stamps file_list_curated array uses file_id_and_timestamp as the index not file_id. Fixes: hartator#190
@Fahrenheit This issue isn't fixed yet so it shouldn't have been closed. |
Sorry, I assumed you were going to fix it afterwards. My bad! |
I made a workaround, but that hasn't yet been merged into this repo.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
…stamps file_list_curated array uses file_id_and_timestamp as the index not file_id. Fixes: hartator#190
…stamps file_list_curated array uses file_id_and_timestamp as the index not file_id. Fixes: hartator#190
The script was working fine for months. I get this output exactly when it tries to download anything from a website I need to archive part of. I have no idea of how to fix it. I've tried reinstalling macoS, reinstalling ruby, updating ruby, and removing wayback-machine-downloader and reinstalling it. No luck so any help would be extremely appreciated. I need this tool working for a project.
This is the command I used
wayback_machine_downloader -sa 'igui.ru' --only "/\.(pxl|deb|ipa|rar|zip|7z|dmg|exe)$/i"
and it works fine until I start attempting to download the file types specified in the regex. This exact command worked perfectly for weeks on other sites.The text was updated successfully, but these errors were encountered: