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
+8
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Internet-archive is a nice source for several OSINT-information. This tool is a
11
11
12
12
This tool 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.
13
13
14
+
## Info
15
+
16
+
Linux recommended: On windows machines, the path length is limited. It can only be overcome by editing the registry. Files which exceed the path length will not be downloaded.
17
+
14
18
## Installation
15
19
16
20
### Pip
@@ -82,6 +86,10 @@ Path defaults to output-dir. Saves the result of CDX query as a file. Useful for
82
86
-**`--cdxinject`**`<filepath>`:<br>
83
87
Injects a CDX query file to download snapshots. Ensure the query matches the previous `--url` for correct folder structure.
84
88
89
+
**Auto:**
90
+
-**`--auto`**:<br>
91
+
If set, csv, skip and cdxbackup/cdxinject are handled automatically. Keep the files and folders as they are. Otherwise they will not be recognized when restarting a download.
92
+
85
93
### Debug
86
94
87
95
-`--debug`: If set, full traceback will be printed in case of an error. The full exception will be written into `waybackup_error.log`.
0 commit comments