jjjake

Results 10 issues of jjjake

Since [IAS3 authorization is now supported by advancedsearch.php](https://github.com/jjjake/internetarchive/commit/93e3237f1846a19fcd20af73c83838628b6f3457), I do not think any other endpoints called within the library rely on archive.org logged-in-* cookies for authorization. I'd like to support...

feedback wanted

This is in support of setting a valid mtime for files.xml.

First pass at making downloads resume automatically.

enhancement

- Catch all 5xx errors, inside of `ArchiveSession.send()`, and raise HTTPError with Response.text as message - Monkey-patches Response.json, in `internetarchive/session.py` (used for all requests), to catch all JSONDecodeError's and reraise...