-
Notifications
You must be signed in to change notification settings - Fork 16
04. Basic Usage
Eri Airlangga edited this page Mar 24, 2020
·
1 revision
At the very basic, you should run wbm-dl
followed by the website name, for example http://yoursite.com
:
wbm-dl http://yoursite.com
or just
wbm-dl yoursite.com
Issuing the above command will download the website to the ./websites/yoursite.com
directory.
You must supply a valid URL address to download.
Some valid URL examples are shown below:
wbm-dl yoursite.com
wbm-dl http://yoursite.com
wbm-dl https://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