Skip to content

Version 0.3.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mr0grog Mr0grog released this 16 Mar 07:19
· 70 commits to main since this release
63e140a

wayback.WaybackClient.get_memento now raises wayback.exceptions.NoMementoError when the requested URL has never been archived. It also now raises wayback.exceptions.MementoPlaybackError in all other cases where an error was returned by the Wayback Machine (so you should never see a requests.exceptions.HTTPError). However, you may still see other network-level errors (e.g. ConnectionError).