| Most of troubles retrieving pages comes from JavaScript complex code or swf
complex links.
Is possible, for future versions of HTTrack, add a external call to a user
defined function when a pattern is found?
For example, I have a web site where all links are in the form:
javascript:generateURL(param1, param2, param3, param4)
Obviously, HTTrack can not compose the URL, but for me is trivial to make a
function which parses this link and generate the correct URI.
It will be great (and easy I suppouse) if HTTrack could recognise patterns
(i.e javascript:callfuntions....) and request the URI to an external program
or user function.
What do you think? | |