Features and Improvements
- Search now uses the v1 scraping API endpoint.
- Moved
internetarchive.item.Item.upload.iter_directory()
tointernetarchive.utils
. - Added support for downloading "on-the-fly" files (e.g. EPUB, MOBI, and DAISY) via
ia download <id> --on-the-fly
oritem.download(on_the_fly=True)
.
Bugfixes
s3_is_overloaded()
now returnsTrue
if the call is unsuccessful.- Fixed bug in upload where a derive task wasn't being queued when a directory is uploaded.