Closed avatar-lavventura closed 3 years ago
Hi @avatar-lavventura, Yes, it seems that something has changed in Google Drive's HTTP behaviour since I last coded with-resume version !
I've just patched the code to v2.1: please, check that everything runs ok now, and that downloads are resumed :-)
@circulosmeos Thanks for the quick reply it runs ok and downloads are resumed, thanks!
FWIW
I was looking for some solutions to download large Google Drive files (RAR files) with resume option and stumbled upon few tools:
youtube-dl
- Tried, but didn't work with RAR files. Error message suggests that it may work with the video filesgdown.pl
- tried resume branch. First few attempts, it saved only the HTML and then suddenly started to work. So, again searched for other tools.--continue
flag. Perhaps, you may get some idea from here. My 2 cents. Hi @rrjanbiah gdown.pl branch resume should resume ok :-) If you see some issue don't hesitate to open an issue to patch it! Greetings!
When I try
$ ./gdown.pl https://drive.google.com/file/d/0B1L_hFrWJfRhLUJZdXdSdTdfSWs/edit axolotl.mp4
after it downloaded the file, it starts downloading the same file all over again.Seems like resume operation does not work on my end, what may be the reason? It keeps generating files as
gdown.2020...
with different name.