-
Notifications
You must be signed in to change notification settings - Fork 16
05. Advanced Usage
Eri Airlangga edited this page Mar 24, 2020
·
7 revisions
The additional parameter list will display when run without any parameters:
wbm-dl (Wayback Machine Downloader)
http://erlange.github.com
-o, --out Output/destination directory
-f, --from From timestamp. Limits the archived result SINCE this timestamp.
Use 1 to 14 digit with the format: yyyyMMddhhmmss
If omitted, retrieves results since the earliest timestamp available.
-t, --to To timestamp. Limits the archived result UNTIL this timestamps.
Use 1 to 14 digit with the format: yyyyMMddhhmmss
If omitted, retrieves results until the latest timestamp available.
-l, --limit Limits the first N or the last N results. Negative number limits the last N results.
-a All timestamps. Retrieves snapshots for all timestamps.
-c, --count (Default: 1) Number of concurrent processes.
Can speed up the process but requires more memory.
-A, --All Retrieves snapshots for all HTTP status codes.
If omitted only retrieves the status code of 200
-e, --exact Downloads only the url provided and not the full site.
-O, --Only Restrict downloading to urls that match this filter.
-X, --eXclude Skip downloading of urls that match this filter.
-L, --list Displays only the list in a JSON format with the archived timestamps, does not download anything
--help Display this help screen.
--version Display version information.
The Wayback Machine Downloader uses case sensitive parameter names, such as -a
is different from -A
. Careful consideration should be taken when typing such parameter names.
-
-o, --out
-
-a
-
-f, --from
-
-t, --to
-
-l, --limit
-
-e, --exact
-
-O, --Only
-
-X, --eXclude
-
-A, --All
-
-c, --count
-
-L, --list
- πHome
- πRequirements
- πInstallation
- πStand Alone Exexutable
- πSource Code
- πBasic Usage
- πAdvanced Usage
- πCase Sensitive Parameter Names
- πDownloading Snapshots for All Timestamps
- πFrom Timestamp
- πTo Timestamp
- πLimiting Between Two Timestamps
- πLimiting The Number of Files to Download
- πExact URL
- πDownload Only Specific Files
- πExcluding Specific Files
- πDownload All HTTP Status Codes
- πDownload Multiple Files at a Time
- πDisplaying the File List Without Downloading
- πLog Files
- πConsiderations
- πContributing