wkentaro / gdown

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

Different behaviour in different linux (Ubuntu) enviroment #140

Closed puyuanliu closed 1 year ago

puyuanliu commented 2 years ago

I found gdown (version==4.2.0) have different behaviour in different Ubuntu environment when I tried to download a folder (i.e., gdown --folder some_link).

Sometimes it downloads everything in the folder while sometimes it directly downloads the folder. Is there a way to solve this issue?

wkentaro commented 2 years ago

I'm not sure how I can reproduce to fix it.

puyuanliu commented 2 years ago

yeah... I will try to find a way to reproduce it.

It downloads the whole folder on my Ubuntu 20.04 device, while it downloads files in the folder and discard the folder on another ubuntu 18.04 device.

However, there are many other configuration differences between these two devices... I will try to figure out when each behaviour happens.