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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ Internet-archive is a nice source for several OSINT-information. This script is
31
31
32
32
This script allows you to download content from the Wayback Machine (archive.org). You can use it to download either the latest version or all versions of web page snapshots within a specified range.
33
33
34
+
## Info
35
+
36
+
- The script will only request status code 200 snapshots (for now) - but this can differ from the status code when downloading the file.
37
+
34
38
### Arguments
35
39
36
40
-`-h`, `--help`: Show the help message and exit.
@@ -42,8 +46,8 @@ This script allows you to download content from the Wayback Machine (archive.org
42
46
43
47
#### Mode Selection (Choose One)
44
48
45
-
-`-c`, `--current`: Download the latest version of each file snapshot.
46
-
-`-f`, `--full`: Download snapshots of all timestamps.
49
+
-`-c`, `--current`: Download the latest version of each file snapshot. You will get a rebuild of the current website with all available files.
50
+
-`-f`, `--full`: Download snapshots of all timestamps. You will get a folder per timestamp with the files available at that time.
47
51
-`-s`, `--save`: Save a page to the Wayback Machine. (beta)
0 commit comments