wkentaro / gdown

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

Adapt gdown to be used as python library #244

Open Skitionek opened 1 year ago

Skitionek commented 1 year ago

Summary

wkentaro commented 1 year ago

The change to Exception looks good, but I'm not sure about others. If you split PRs, we can merge some of them earlier.

wkentaro commented 1 year ago

Regarding stderr vs stdout, this is the reason why we keep stderr for the log messages.

image
Skitionek commented 1 year ago

Regarding stderr vs stdout, this is the reason why we keep stderr for the log messages.

image

Interesting, yet putting flag --quiet should silence all progress prints from code.... Therefore it still can be used the way you mentioned.

Skitionek commented 1 year ago

The change to Exception looks good, but I'm not sure about others. If you split PRs, we can merge some of them earlier.

Moved Exceptions to separate PR: https://github.com/wkentaro/gdown/pull/246