diff --git a/README.md b/README.md index 949dfa2..7cd6859 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,11 @@ target_url = waybackpy.Url(url="https://github.com/akamhy/waybackpy", user_agent archived_url = target_url.save() print(archived_url) ``` +```bash +https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy +``` Try this out in your browser @ -This should print an URL similar to the following archived URL: -> - - #### Receiving the oldest archive for an URL Using oldest() ```python import waybackpy