Skip to content

Releases: wkentaro/gdown

v4.6.1

11 Feb 04:09
Compare
Choose a tag to compare
Stop saving cookies_file when use_cookies=False

v4.6.0

05 Dec 14:15
Compare
Choose a tag to compare
  • Resolve the issues in download_folder due to the language/region (e.g., Russia, UK, etc).

v4.5.4

25 Nov 11:37
Compare
Choose a tag to compare
4.5.4

v4.5.1

26 Jun 02:53
Compare
Choose a tag to compare

What's Changed

  • Fix unicode error in gdown.download_folder in #198

Full Changelog: v4.5.0...v4.5.1

v4.5.0

25 Jun 10:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0

26 Feb 14:20
Compare
Choose a tag to compare

v4.3.1

20 Feb 14:51
Compare
Choose a tag to compare
  • Fix the regression in v4.2.1 on Windows around tempfile.mktemp vs mkstemp. #153

v4.3.0

17 Feb 13:13
Compare
Choose a tag to compare

Mitigate PermissionError after many accesses to a particular file.

v4.1.1

18 Oct 20:07
Compare
Choose a tag to compare

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

03 Oct 18:51
Compare
Choose a tag to compare

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.