This commit is contained in:
akamhy
2020-05-07 19:02:12 +05:30
committed by GitHub
parent 48833980e1
commit fb0d4658a7

View File

@@ -147,7 +147,7 @@ print(webpage)
``` ```
> This should print the source code for <https://example.com/>. > 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 ```diff
+ waybackpy.total_archives(url, UA=user_agent) + waybackpy.total_archives(url, UA=user_agent)