Skip to content

Commit f2d64c7

Browse files
committed
fix ua in readme
1 parent e8c78cc commit f2d64c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It will download the last version of every file present on Wayback Machine to `.
4747
-p, --maximum-snapshot NUMBER Maximum snapshot pages to consider (Default is 100)
4848
Count an average of 150,000 snapshots per page
4949
-l, --list Only list file urls in a JSON format with the archived timestamps, won't download anything
50-
-u, --user-agent STRING UserAgent for connection (Default is WayBack Machine Downloader)
50+
-u, --user-agent STRING UserAgent for connection (Default is Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0)
5151
5252
## Specify directory to save files to
5353

@@ -180,11 +180,11 @@ Example:
180180

181181
-u, --user-agent STRING
182182

183-
UserAgent for connection (Default is WayBack Machine Downloader)
183+
UserAgent for connection (Default is Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0)
184184

185185
Example:
186186

187-
wayback_machine_downloader http://example.com --user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:77.0) Gecko/20190101 Firefox/77.0"
187+
wayback_machine_downloader http://example.com --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0"
188188

189189
## Using the Docker image
190190

0 commit comments

Comments
 (0)