Update README.md

This commit is contained in:
Akash Mahanty
2020-10-16 22:28:01 +05:30
committed by GitHub
parent 799979bd9b
commit f609d33aa6

View File

@@ -172,8 +172,8 @@ json_dict = waybackpy.Url(
print(json_dict)
```
```bash
{"": ""}
```javascript
{'url': 'https://www.google.com/', 'archived_snapshots': {'closest': {'available': True, 'url': 'http://web.archive.org/web/20201016153320/https://www.google.com/', 'timestamp': '20201016153320', 'status': '200'}}}
```
<sub>Try this out in your browser @ <https://repl.it/@akamhy/WaybackPyJSON></sub>