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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,11 @@ Specify the range in years or a specific timestamp either start, end or both. If
63
63
64
64
#### Additional
65
65
66
+
-`--csv`: Save a csv file with the list of snapshots inside the output folder.
66
67
-`--no-redirect`: Do not follow redirects of snapshots. Archive.org sometimes redirects to a different snapshot for several reasons. Downloading redirects may lead to timestamp-folders which contain some files with a different timestamp. This does not matter if you only want to download the latest version (`-c`).
67
68
-`--verbosity [LEVEL]`: Set the verbosity: json (print json response), progress (show progress bar) or standard (default).
68
69
-`--retry [RETRY_FAILED]`: Retry failed downloads. You can specify the number of retry attempts as an integer.
69
-
-`--worker [AMOUNT]`: The number of worker to use for downloading (simultaneous downloads). Default is 1. Beware: Using too many worker will lead into refused connections from the Wayback Machine. Duration about 1.5 minutes.
70
+
-`--worker [AMOUNT]`: The number of worker to use for downloading (simultaneous downloads). Default is 1. A safe spot is about 10 workers. Beware: Using too many worker will lead into refused connections from the Wayback Machine. Duration about 1.5 minutes.
0 commit comments