Skip to content

05.01. Output Directory

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

Output Directory

-o, --out      Output/destination directory

Optional. The -o or --out option specifies the directory in which you want the websites to be saved. A sub-directory called /websites will be created under the specified directory.

Examples

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

Will download to c:/download/websites directory.

wbm-dl yoursite.com -o ./myFolder/web

Will download to [Current Directory]/myFolder/web/websites directory.

Clone this wiki locally