Update README.md

This commit is contained in:
akamhy
2020-05-04 20:19:28 +05:30
committed by GitHub
parent 7af5fa283c
commit 7b9ee40098

View File

@@ -54,7 +54,7 @@ http://web.archive.org/web/20200429033402/https://www.microsoft.com/en-us/
### Retiving archive close to a specified year, month, day, hour and minute!. Using near().
waybackpy.newest(url, year=2020, month=01, day=01, hour=01, minute=01, UA=user_agent)
waybackpy.newest(url, year=2020, month=1, day=1, hour=1, minute=1, UA=user_agent)
```python
import waybackpy