| hi
i'm trying to mirror single websites and need only the given html file and all
linked files which are css, javascript and images.
currently this is not possible with httrack.
so consider this post as an improvement for future releases.
possible solution could be filters which work like css selectors:
-a[href=*.mywebsite.com/*]
+a[href=*.myothersite.com/*]
+img[src=*]
+link[rel=stylesheet href=*]
Thank you | |