Update README.md
This commit is contained in:
@@ -61,12 +61,11 @@ 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)
|
||||||
```
|
```
|
||||||
|
```bash
|
||||||
|
https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy
|
||||||
|
```
|
||||||
<sub>Try this out in your browser @ <https://repl.it/repls/CompassionateRemoteOrigin#main.py></sub>
|
<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>
|
|
||||||
|
|
||||||
|
|
||||||
#### Receiving the oldest archive for an URL Using oldest()
|
#### Receiving the oldest archive for an URL Using oldest()
|
||||||
```python
|
```python
|
||||||
import waybackpy
|
import waybackpy
|
||||||
|
Reference in New Issue
Block a user