Skip to content

Releases: akamhy/waybackpy

v2.4.1

12 Jan 05:06
Compare
Choose a tag to compare
  • Change str repr of cdxsnapshot to cdx line
  • Support unix ts as an arg in near
  • Don't fetch more pages if >=2 pages are empty, Pagination API
  • Don't use pagination API if total pages <= 2
  • The Cdx method get() now gets the last fetched archive by default

Download waybackpy

v2.4.0

10 Jan 06:47
f4f2e51
Compare
Choose a tag to compare
  • Cdx API now fully supported

Download waybackpy

v2.3.3

04 Jan 20:40
3e3ecff
Compare
Choose a tag to compare
  • Added support for querying CDX Pagination API
  • Cdx class is publicly available to be used in third party code.
  • Some methods of Url now used Cdx Pagination API

Download waybackpy

v2.3.2

02 Jan 05:45
7c7fd75
Compare
Choose a tag to compare
  • Better error messages for CLI users.
  • FIXED BUG: removed code from init that was fetching availability API without instruction.

Download waybackpy

v2.3.1

01 Jan 13:48
0b71433
Compare
Choose a tag to compare
  • Fixed bug: Url.init() was making unnecessary requests to the availability checking API.

Download waybackpy

v2.3.0

13 Dec 20:08
d3e68d0
Compare
Choose a tag to compare
  • 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/

Download waybackpy

v2.2.0

17 Oct 11:53
Compare
Choose a tag to compare

Changes:

  • Added archive_url and --archive_url in the wrapper and CLI respectively. This just is an alias for the newest 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.

Download waybackpy

v2.1.9

02 Oct 20:04
82c6545
Compare
Choose a tag to compare

2.1.9

Download waybackpy

v2.1.8

02 Oct 19:50
f1065ed
Compare
Choose a tag to compare
  1. New feature - known urls list
  2. Updated Readme

Download waybackpy

v2.1.7

09 Aug 05:37
57a3266
Compare
Choose a tag to compare

New regex added for parsing the archive URL.