-nH
--no-host-directories
this downloads in the current working directory. You can also have a finer-grade control over how many parents you want, by using
--cut-dirs=number
and you can also add -P
to specify a target folder where to save the files to
-P prefix
--directory-prefix=prefix
Another option for controlling directories download is
-l depth
--level=depth
this allows you to limit the recursion into sub-directories. For example -l 1
will only download the immediate files in a folder but not its sub-directories.