wkentaro / gdown

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

[cli] treat url as an id if it doesn't seem like a url #137

Closed tals closed 2 years ago

tals commented 2 years ago

improvement to gdown ergonomics, since you no longer have to know about --id, so you can just do

$ gdown "https://drive.google.com/uc?id=12345678"

or

$ gdown 12345678
tals commented 2 years ago

Thank you!!!