-
Notifications
You must be signed in to change notification settings - Fork 16
05.09. Excluding Specific Files
Eri Airlangga edited this page Mar 24, 2020
·
1 revision
-X, --eXclude
Optional. In contrast with the -O
parameter, you can exclude specific files using -X
parameter. This parameter needs a string or a regex.
wbm-dl yoursite.com -o c:/download -X "^.*\.(jpg|gif|png|)$"
This will not download image files of .jpg, .gif and .png types.
wbm-dl yoursite.com -o c:/download -X "^.*\b(themes|green).*\b$"
This will exclude the files containing the word themes
or green
in the path.
- π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