Comment on Why is Google takeout so bitchy?
Appoxo@lemmy.dbzer0.com 3 months agoGet a program that can auto resume downloads?
Comment on Why is Google takeout so bitchy?
Appoxo@lemmy.dbzer0.com 3 months agoGet a program that can auto resume downloads?
gedaliyah@lemmy.world 3 months ago
Great, any suggestions?
aulin@lemmy.world 3 months ago
I would recommend Aria2. It can download several chunks of a file in parallel, resume downloads automatically with a set number of retries, it supports mirrors (maybe not an option for Google Takeout, but for other cases), and it can dpwnload over many different protocols.
gedaliyah@lemmy.world 3 months ago
Thanks, I’ll give it a shot. The download links are a little weird due to the google authentication, so they can only be used from a logged in account.
aulin@lemmy.world 3 months ago
You can use FF’s or Chrome’s cookie files: aria2.github.io/manual/en/html/aria2c.html#load-c…
Appoxo@lemmy.dbzer0.com 3 months ago
I believe jdownloader is able to.
If I am not mistaken wget and curl can resume a download as well but that may require a small script with error catching and auto loopijg until finished.