Skip to content

v5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 14:26
· 22 commits to main since this release

🚀 Features

  • Enable python -m gdown <URL> by renaming cli.py to __main__.py #306
  • Replace md5 with hash in gdown.cached_download to support various hash algorithm #311
  • Make log messages in gdown.download() customizable #312
  • Add skip_download option to gdown.download_folder to return the list of files without download #317 (Thanks @o-laurent)

✨ Enhancement

  • Add extra pattern to extract url from download-form returned by Google Drive for a large file #308 (Thanks @pmeier)
  • Add FAQ link to error messages #318

💬 Other

  • Move tests from ci.yml to test___main__.py #307