Skip to content

05.11. Download Multiple Files at a Time

Eri Airlangga edited this page Mar 24, 2020 · 1 revision

Download Multiple Files at a Time

-c, --count    (Default: 1) Number of concurrent processes.
               Can speed up the process but requires more memory.

Optional. You can speed up the download process significantly by specifying an (integer) number of concurrency with the -c parameter.

Examples

wbm-dl yoursite.com -o c:/download -c 50

Will download maximum 50 files at a time.

Clone this wiki locally