| > Very often I'm unable to download pages pointed by
CGI
> links because they are just 'ignored' by HTTrack
> parser. For example:
>
> <http://www.webshots.com/photos/thegreatoutdoors.html>
>
> In this page there is a CGI link with text 'Download
> entire photo collection' which is totally ignored by
> HTTrack, even with +* rule. Why?
Because of the javascript code:
var str = ... "<a href=http://daily.webshots.com.."
Which isn't recognized, because the strings is formed
by multiple strings inside :( | |