Skip to content

Releases: akamhy/waybackpy

v3.0.6

15 Mar 15:11
5407681
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.0.6

Download waybackpy

v3.0.5

18 Feb 16:26
d6ef550
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

Download waybackpy

v3.0.4

18 Feb 10:42
2650943
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

Download waybackpy

v3.0.3

09 Feb 11:08
Compare
Choose a tag to compare

What's Changed

  • Dropped Python 3.4 to 3.6, both inclusive.
  • Catch 429 and 509 status code for save page now API
  • Increase the default CDX limit from 5000 to 25000 records per API call.
  • Added type hint
  • The package will now close the sessions explicitly.
  • Removed useless code.
  • Added docstrings.

New Contributors

  • @eggplants made their first contribution in #124
  • @deepsource-autofix made their first contribution in #145

Full Changelog: 3.0.2...3.0.3

Download waybackpy

v3.0.2

25 Jan 20:49
Compare
Choose a tag to compare

Nothing changed wrt to the previous version but creating a release for Conda forge. Replace the NON-ASCII character figlet with ASCII character figlet.

see conda-forge/staged-recipes#17643

Download waybackpy

v3.0.1

25 Jan 14:30
9afe29a
Compare
Choose a tag to compare

What's Changed

New Contributors

See also conda-forge/staged-recipes#17634 and conda-forge/staged-recipes#17634 (comment)
Full Changelog: 3.0.0...3.0.1

Download waybackpy

v3.0.0

18 Jan 15:56
de5a3e1
Compare
Choose a tag to compare

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: 2.4.4...3.0.0

v2.4.4

03 Sep 06:02
a7b8052
Compare
Choose a tag to compare
  • When the response code is 509, raise an error with an explanation (based on the actual error message contained in the response HTML).
  • Fix typo

Download waybackpy

v2.4.3

02 Apr 05:15
5a9c861
Compare
Choose a tag to compare
  • Fix redirect issues with HTTP and HTTPS redirection
  • More stable archiving

Download waybackpy

v2.4.2

24 Jan 11:40
88cda94
Compare
Choose a tag to compare
  • added CLI Arg --file, if this Arg is not used with known URLs than waybackpy will not save the output URLs in file.
  • added cached_save flag on waybackpy URL object, if the returned saved archive is older than 3 mins the flag is true else false.
  • BUG FIX : the CLI --json arg was not returning valid JSON instead JSON loaded python dict. This is now fixed.

Download waybackpy