wkentaro / gdown

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

Enable `python -m gdown <URL>` by renaming cli.py to __main__.py #306

Closed wkentaro closed 5 months ago

wkentaro commented 5 months ago

So that we can do:

python -m gdown <url>
hmaarrfk commented 5 months ago

did you intend to remove the feature gdown --help? do you want users to use python -m gdown always?

wkentaro commented 5 months ago

no, gdown command should work. it's not working?

hmaarrfk commented 5 months ago

You are right. It still works. Sorry for the noise

wkentaro commented 5 months ago

No problem. Thanks for double checking.