-
Notifications
You must be signed in to change notification settings - Fork 16
05.07. Exact URL
Eri Airlangga edited this page Mar 24, 2020
·
1 revision
-e, --exact Downloads only the url provided and not the full site.
Optional. Instead of downloading the entire websites you can use this -e
flag to download only the file you specify as the URL.
wbm-dl yoursite.com -o c:/download -e
Will download only the homepage html file of yoursite.com
- π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