wkentaro / gdown

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

BUG: Download folder with "skip_download=True" creates an output folder #321

Closed o-laurent closed 4 months ago

o-laurent commented 5 months ago

Let's say that we want to check what's inside a folder named "output", if the folder "output" does not exist yet on the machine, it is created. This behavior does not seem useful to gdown practitioners.

Thanks a lot!

wkentaro commented 4 months ago

@o-laurent Thanks for the fix.