From e87dee3bdf5e0437790eeb79275665cae7d6b62e Mon Sep 17 00:00:00 2001
From: Akash <64683866+akamhy@users.noreply.github.com>
Date: Sun, 19 Jul 2020 22:28:08 +0530
Subject: [PATCH] Waybackpy example on replit (#15)
* Waybackpy save example on replit
* Oldest example
* Newest method replit link
* Near method example
* Get example
* Total archive method example
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 7351582..cc92d27 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ print(new_archive_url)
```bash
https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy
```
-Try this out in your browser @
+Try this out in your browser @
@@ -89,7 +89,7 @@ print(oldest_archive_url)
```bash
http://web.archive.org/web/19981111184551/http://google.com:80/
```
-Try this out in your browser @
+Try this out in your browser @
@@ -109,7 +109,7 @@ print(newest_archive_url)
```bash
https://web.archive.org/web/20200714013225/https://www.facebook.com/
```
-Try this out in your browser @
+Try this out in your browser @
@@ -161,7 +161,7 @@ https://web.archive.org/web/20180704090245/https://github.com/
The library doesn't supports seconds yet. You are encourged to create a PR ;)
-Try this out in your browser @
+Try this out in your browser @
@@ -195,7 +195,7 @@ google_oldest_archive_source = waybackpy_url_object.get(
)
print(google_oldest_archive_source)
```
-Try this out in your browser @
+Try this out in your browser @
#### Count total archives for an URL using total_archives()
@@ -216,7 +216,7 @@ print(archive_count) # total_archives() returns an int
```bash
2440
```
-Try this out in your browser @
+Try this out in your browser @
## Tests
* [Here](https://github.com/akamhy/waybackpy/tree/master/tests)