wkentaro / gdown

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

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

Closed o-laurent closed 9 months ago

o-laurent commented 9 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 9 months ago

@o-laurent Thanks for the fix.