-
Notifications
You must be signed in to change notification settings - Fork 16
05.05. Limiting Between Two Timestamps
Eri Airlangga edited this page Mar 24, 2020
·
1 revision
You can combine both -f
and -t
parameters to limit the result between two timestamps. Since both parameters are inclusive, the from and to parameter values are included to the result.
wbm-dl yoursite.com -o c:/download -f 20171101210000 -t 20180915220000
Will download only the snapshots since November 01, 2017 21:00:00 until September 15, 2018 22:00:00.
wbm-dl yoursite.com -o c:/download -f 2017 -t 201804
Will download only the snapshots since 2017 until April 2018.
wbm-dl yoursite.com -o c:/download -f 2017 -t 2017
Will download only the snapshots during 2017.
- π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