Skip to content

05.06. Limiting The Number of Files to Download

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

Limiting The Number of Files to Download

-l, --limit    Limits the first N or the last N results. Negative number limits the last N results.

Optional. You can limit the number of files to download by specifying the -l parameter followed by a positive or negative integer value.

This -l parameter is not to be confused with the -L parameter. They both can be used in conjunction though.

Examples

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

Will download only 50 files since the earliest timestamp. The earliest timestamp is included to the result.

wbm-dl yoursite.com -o c:/download -l -25

Will download only 25 files until the latest timestamp. The latest timestamp is included to the result.

Clone this wiki locally