Update README.md

This commit is contained in:
akamhy
2020-05-04 20:24:03 +05:30
committed by GitHub
parent 7b9ee40098
commit dd551737a7

View File

@@ -66,3 +66,4 @@ print(archive_near_year)
```
returns : ```http://web.archive.org/web/20100504071154/http://www.facebook.com/```
```waybackpy.near("https://www.facebook.com/", year=2010, month=1, UA ="Any-User-Agent")``` returns: ```http://web.archive.org/web/20101111173430/http://www.facebook.com//```