wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.16k stars 345 forks source link

Add --continue to resume from partially-downloaded file #117

Closed wkentaro closed 2 years ago

wkentaro commented 2 years ago

Close https://github.com/wkentaro/gdown/issues/85

mnabila commented 2 years ago

how to use this options ?

i was try gdown --continue --id " d file from google drive" but download still start from beginning

wkentaro commented 2 years ago

image image

mnabila commented 2 years ago

after i try again it still doesn't work image image image

wkentaro commented 2 years ago

The second figure is just showing the remaining progress bar while KeyboardInterrupt, right?

wkentaro commented 2 years ago

In the third figure, it shows Resume: NSCAM_xxx.apx, so it looks Gdown is reusing the partially downloaded file.

wkentaro commented 2 years ago

image

wkentaro commented 2 years ago

k9 %% is an alias of kill -9 %%

mnabila commented 2 years ago

The second figure is just showing the remaining progress bar while KeyboardInterrupt, right?

yups

mnabila commented 2 years ago

In the third figure, it shows Resume: NSCAM_xxx.apx, so it looks Gdown is reusing the partially downloaded file.

yups, but download not continued

wkentaro commented 2 years ago

Seeing the filename, It seems the download is already finished in the third figure

mnabila commented 2 years ago

I don't know why gdown can't run smoothly on my device I've tried to install gdown from aur and pypi but doesn't work perfectly :sob: :sob: :sob: :sob:

sorry if my english to bad

mnabila commented 2 years ago

Seeing the filename, It seems the download is already finished in the third figure

idk whats happen, after try again gdown now run perfectly :confused:

image image