Releases: akamhy/waybackpy
Releases · akamhy/waybackpy
v2.4.1
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.3.0
- Now using requests package instead of urllib.request. requests package is bettor for handling unusual redirects and other issues.
- Now using threading for checking live URLs.
- Improve code quality and formatting.
- And now we also have a new cool logo.
- Docs are no longer hosted on readthedocs, but https://akamhy.github.io/waybackpy/
v2.2.0
Changes:
- Added
archive_url
and--archive_url
in the wrapper and CLI respectively. This just is an alias for thenewest
method. - All the return types of archive URLs are not strings anymore but instance of the Url class.
- Added
JSON
and--json
in the wrapper and CLI respectively. Used to read the API response of the avialiblity API. - the
len()
method on Url objects will now return the age of the archive.