Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 13:35
· 101 commits to master since this release
87311b9

Changed

  • Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.

Fixed

  • Fix decode_content=True causing an error when downloading tiny and large files.
  • Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.

Added