-
Notifications
You must be signed in to change notification settings - Fork 16
05.06. Limiting The Number of Files to Download
Eri Airlangga edited this page Mar 24, 2020
·
1 revision
-l, --limit Limits the first N or the last N results. Negative number limits the last N results.
Optional. You can limit the number of files to download by specifying the -l
parameter followed by a positive or negative integer value.
This -l
parameter is not to be confused with the -L
parameter. They both can be used in conjunction though.
wbm-dl yoursite.com -o c:/download -l 50
Will download only 50 files since the earliest timestamp. The earliest timestamp is included to the result.
wbm-dl yoursite.com -o c:/download -l -25
Will download only 25 files until the latest timestamp. The latest timestamp is included to the result.
- π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