gdown

Google Drive Public File Downloader when Curl/Wget Fails

MIT License

Downloads
1.6M
Stars
4.2K
Committers
24

Bot releases are hidden (Show)

gdown - v4.6.2

Published by wkentaro over 1 year ago

gdown - v4.6.1

Published by wkentaro over 1 year ago

gdown - v4.6.0

Published by wkentaro almost 2 years ago

  • Resolve the issues in download_folder due to the language/region (e.g., Russia, UK, etc).
gdown - v4.5.4

Published by wkentaro almost 2 years ago

gdown - v4.5.1

Published by wkentaro over 2 years ago

What's Changed

Full Changelog: https://github.com/wkentaro/gdown/compare/v4.5.0...v4.5.1

gdown - v4.5.0

Published by wkentaro over 2 years ago

What's Changed

Full Changelog: https://github.com/wkentaro/gdown/compare/v4.4.0...v4.5.0

gdown - v4.4.0

Published by wkentaro over 2 years ago

gdown - v4.3.1

Published by wkentaro over 2 years ago

gdown - v4.3.0

Published by wkentaro over 2 years ago

Mitigate PermissionError after many accesses to a particular file.

gdown - v4.1.1

Published by wkentaro about 3 years ago

Gdown v4.1 now supports --folder option!
You can download files in a folder on Google Drive.

gdown --folder https://drive.google.com/drive/folders/15uNXeRBIhVvZJIhL4yTw4IsStMhUaaxl
# gdown/gdown.pptx
# gdown/spam.txt
gdown -

Published by wkentaro about 3 years ago

Gdown v4 now supports --fuzzy option!
You can simply copy and paste the link from Get link on Google Drive.

image

Also, --continue option is added to resume downloading from a partially downloaded file.

Tips: run pip install -U gdown for upgrade.