Skip to content

Version 1.0.4

Compare
Choose a tag to compare
@jjjake jjjake released this 28 Jun 18:55
· 1062 commits to master since this release

Features and Improvements

  • Search now uses the v1 scraping API endpoint.
  • Moved internetarchive.item.Item.upload.iter_directory() to internetarchive.utils.
  • Added support for downloading "on-the-fly" files (e.g. EPUB, MOBI, and DAISY) via ia download <id> --on-the-fly or item.download(on_the_fly=True).

Bugfixes

  • s3_is_overloaded() now returns True if the call is unsuccessful.
  • Fixed bug in upload where a derive task wasn't being queued when a directory is uploaded.