You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ It will download the last version of every file present on Wayback Machine to `.
42
42
-x, --exclude EXCLUDE_FILTER Skip downloading of urls that match this filter
43
43
(use // notation for the filter to be treated as a regex)
44
44
-a, --all Expand downloading to error files (40x and 50x) and redirections (30x)
45
-
-c, --concurrency NUMBER Number of multiple files to dowload at a time
45
+
-c, --concurrency NUMBER Number of multiple files to download at a time
46
46
Default is one file at a time (ie. 20)
47
47
-p, --maximum-snapshot NUMBER Maximum snapshot pages to consider (Default is 100)
48
48
Count an average of 150,000 snapshots per page
@@ -62,7 +62,7 @@ Example:
62
62
63
63
-s, --all-timestamps
64
64
65
-
Optional. This option will download all timestamps/snapshots for a given website. It will uses the timepstamp of each snapshot as directory.
65
+
Optional. This option will download all timestamps/snapshots for a given website. It will uses the timestamp of each snapshot as directory.
66
66
67
67
Example:
68
68
@@ -78,7 +78,7 @@ Example:
78
78
79
79
-f, --from TIMESTAMP
80
80
81
-
Optional. You may want to supply a from timestamp to lock your backup to a specific version of the website. Timestamps can be found inside the urls of the regular Wayback Machine website (e.g., http://web.archive.org/web/20060716231334/http://example.com). You can also use years (2006), years + month (200607), etc. It can be used in combination of To Timestamp.
81
+
Optional. You may want to supply a from timestamp to lock your backup to a specific version of the website. Timestamps can be found inside the urls of the regular Wayback Machine website (e.g., https://web.archive.org/web/20060716231334/http://example.com). You can also use years (2006), years + month (200607), etc. It can be used in combination of To Timestamp.
82
82
Wayback Machine Downloader will then fetch only file versions on or after the timestamp specified.
83
83
84
84
Example:
@@ -89,7 +89,7 @@ Example:
89
89
90
90
-t, --to TIMESTAMP
91
91
92
-
Optional. You may want to supply a to timestamp to lock your backup to a specifc version of the website. Timestamps can be found inside the urls of the regular Wayback Machine website (e.g., http://web.archive.org/web/20100916231334/http://example.com). You can also use years (2010), years + month (201009), etc. It can be used in combination of From Timestamp.
92
+
Optional. You may want to supply a to timestamp to lock your backup to a specific version of the website. Timestamps can be found inside the urls of the regular Wayback Machine website (e.g., https://web.archive.org/web/20100916231334/http://example.com). You can also use years (2010), years + month (201009), etc. It can be used in combination of From Timestamp.
93
93
Wayback Machine Downloader will then fetch only file versions on or before the timestamp specified.
94
94
95
95
Example:
@@ -169,7 +169,7 @@ Example:
169
169
170
170
-c, --concurrency NUMBER
171
171
172
-
Optional. Specify the number of multiple files you want to download at the same time. Allows to speed up the download of a website significantly. Default is to download one file at a time.
172
+
Optional. Specify the number of multiple files you want to download at the same time. Allows one to speed up the download of a website significantly. Default is to download one file at a time.
0 commit comments