| If you download a list of websites with httrack, the mirrored sites are stored
in a single folder, including all external sites, for example you get
something like
/website1
/external_content_of_website1_1
/external_content_of_website1_2
/website2
/external_content_of_website2_1
/external_content_of_website2_2
...
I would like to change this behaviour and collect all downloads related to one
of the websites in the list into a single subfolder including the external
resources. So my goal would be to generate a folder structure similar to this
one
/website1/website1
/website1/external_content_of_website1_1
/website1/external_content_of_website1_2
/website2/website2
/website2/external_content_of_website2_1
/website2/external_content_of_website2_2
...
This would in particular to allow for a clean removal of a website and its
external resources that was not successful downloaded.
Is there a way to realize this with a custom folder structure?
| |