Releases: jjjake/internetarchive
Releases · jjjake/internetarchive
Version 1.0.5
Features and Improvements
- All metadata writes are now submitted at -5 priority by default. This is friendlier to the archive.org catalog, and should only be changed for one-off metadata writes.
- Expanded scope of valid identifiers in
utils.validate_ia_identifier
(i.e.ia upload
). Periods are now allowed. Periods, underscores, and dashes are not allowed as the first character.
Version 1.0.4
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.
Version 1.0.3
v1.0.3 version 1.0.3
Version 1.0.2
v1.0.2 version 1.0.2
Version 1.0.0
v1.0.0 version 1.0.0
version 0.9.8
v0.9.8 version 0.9.8
version 0.9.7
v0.9.7 version 0.9.7
version 0.9.4
v0.9.4 v0.9.4
version 0.9.3
v0.9.3 Merge branch 'master' of https://github.com/jjjake/internetarchive