replit demo for waybackpy.Url.save()

This commit is contained in:
Akash
2020-07-19 15:01:48 +05:30
committed by GitHub
parent 2ff82767d1
commit 06a129b875

View File

@@ -61,8 +61,9 @@ target_url = waybackpy.Url(url="https://github.com/akamhy/waybackpy", user_agent
archived_url = target_url.save() archived_url = target_url.save()
print(archived_url) print(archived_url)
``` ```
This should print an URL similar to the following archived URL: <sub>Try this out in your browser @ <https://repl.it/repls/CompassionateRemoteOrigin#main.py></sub>
This should print an URL similar to the following archived URL:
> <https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy> > <https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy>