What's Changed 3 different APIs have now 3 different classes, WaybackMachineCDXServerAPI, WaybackMachineSaveAPI and WaybackMachineAvailabilityAPI. CLI now supports the CDX API. The past Url class will be continued to be supported, don't need to worry that your old code will break. Get is now deprecated, it was a bad idea even trying to add tasks meant for urllib. Full Changelog: https://github.com/akamhy/waybackpy/compare/2.4.4...3.0.
Change str repr of cdxsnapshot to cdx line Support unix ts as an arg in near Don't fetch more page...
When the response code is 509, raise an error with an explanation (based on the actual error message...
What's Changed [Backport 2.0] Oh dear by @sunpy-backport in https://github.com/sunpy/ndcube/pull/51...
What's Changed Dropped Python 3.4 to 3.6, both inclusive. Catch 429 and 509 status code for save pa...
What's Changed Move metadata from init.py into setup.cfg by @eggplants in https://github.com/akamhy...
Added support for querying CDX Pagination API Cdx class is publicly available to be used in third p...
Now using requests package instead of urllib.request. requests package is bettor for handling unusua...
What's Changed undo drop python3.6 by @akamhy in https://github.com/akamhy/waybackpy/pull/163 Full...
Better error messages for CLI users. FIXED BUG: removed code from init that was fetching availabilit...
What's Changed escape '.' before 'archive.org' by @akamhy in https://github.com/akamhy/waybackpy/pu...
Fixed bug: Url.init() was making unnecessary requests to the availability checking API
Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and r...
The main purpose of this release is to make a snapshot of the current library API before switching t...
added CLI Arg --file, if this Arg is not used with known URLs than waybackpy will not save the outpu...
New in this release: New functionality for loading API specification from YAML file downloaded from...
Change str repr of cdxsnapshot to cdx line Support unix ts as an arg in near Don't fetch more page...
When the response code is 509, raise an error with an explanation (based on the actual error message...
What's Changed [Backport 2.0] Oh dear by @sunpy-backport in https://github.com/sunpy/ndcube/pull/51...
What's Changed Dropped Python 3.4 to 3.6, both inclusive. Catch 429 and 509 status code for save pa...
What's Changed Move metadata from init.py into setup.cfg by @eggplants in https://github.com/akamhy...
Added support for querying CDX Pagination API Cdx class is publicly available to be used in third p...
Now using requests package instead of urllib.request. requests package is bettor for handling unusua...
What's Changed undo drop python3.6 by @akamhy in https://github.com/akamhy/waybackpy/pull/163 Full...
Better error messages for CLI users. FIXED BUG: removed code from init that was fetching availabilit...
What's Changed escape '.' before 'archive.org' by @akamhy in https://github.com/akamhy/waybackpy/pu...
Fixed bug: Url.init() was making unnecessary requests to the availability checking API
Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and r...
The main purpose of this release is to make a snapshot of the current library API before switching t...
added CLI Arg --file, if this Arg is not used with known URLs than waybackpy will not save the outpu...
New in this release: New functionality for loading API specification from YAML file downloaded from...
Change str repr of cdxsnapshot to cdx line Support unix ts as an arg in near Don't fetch more page...
When the response code is 509, raise an error with an explanation (based on the actual error message...
What's Changed [Backport 2.0] Oh dear by @sunpy-backport in https://github.com/sunpy/ndcube/pull/51...