Releases: wkentaro/gdown
Releases · wkentaro/gdown
v4.6.1
Stop saving cookies_file when use_cookies=False
v4.6.0
- Resolve the issues in
download_folder
due to the language/region (e.g., Russia, UK, etc).
v4.5.1
What's Changed
- Fix unicode error in gdown.download_folder in #198
Full Changelog: v4.5.0...v4.5.1
v4.3.1
- Fix the regression in v4.2.1 on Windows around
tempfile.mktemp
vs mkstemp
. #153
v4.3.0
Mitigate PermissionError after many accesses to a particular file.
v4.1.1
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
v4.0.1
Gdown v4 now supports --fuzzy
option!
You can simply copy and paste the link from Get link
on Google Drive.
Also, --continue
option is added to resume downloading from a partially downloaded file.
Tips: run pip install -U gdown
for upgrade.