download by wget without specific folder site

306 views Asked by At

how download site for viewing offline without specific folder for example i want download the site without http://site.com/forum/ sub-directory

1

There are 1 answers

0
Mike Sherrill 'Cat Recall' On
wget --help

might lead you to

-nH, --no-host-directories      don't create host directories.

I'd try that first, but I'm not sure whether it will do what you want.