| Hello, i would like to have this little feature implemented.
When HTTrack downloads a script, it might look for some functions like
setAttribute and get a resource from the website specified by the relative or
absolute url from that function. For example:
setAttribute('src', 'media/index.html'); So this would get the HTML requesting
this script and add the relative path to the path of the HTML file location,
and download the file from the resulting url. | |