-
Notifications
You must be signed in to change notification settings - Fork 16
03. Installation
Eri Airlangga edited this page Apr 14, 2021
·
2 revisions
- Download the ZIP file or clone this repository:
Then you can open the
mkdir [your-directory] cd [your-directory] git clone https://github.com/erlange/wbm-dl.git cd wbm-dl dir
.sln
and build the solution file with Visual Studio. - From Visual Studio, run this command from the Package Manager Console window:
PM> Install-Package CommandLineParser -Version 2.6.0
- π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