This commit is contained in:
akamhy 2020-05-07 19:02:12 +05:30 committed by GitHub
parent 48833980e1
commit fb0d4658a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ print(webpage)
```
> This should print the source code for <https://example.com/>.
#### Count total archives for an url. Using total_archives()
#### Count total archives for an URL using total_archives()
```diff
+ waybackpy.total_archives(url, UA=user_agent)