| Hello,
how can I force HTTracks to read in directories for more files which are not
directly linked in html-files?
for example:
<http://rfhs8012.fh-regensburg.de/~saj39122/TRON/applet.html>
starts java applet "tron.class" which is located in
<http://rfhs8012.fh-regensburg.de/~saj39122/TRON/tron>
HTTracks download only "/tron/Tron.class" and ignore
/tron/Player.class
/tron/MeinCanvas.class
/tron/Tron$1.class
/tron/Tron$2.class
/tron/Tron$3.class
/tron/Tron$4.class
/tron/Tron$5.class
/tron/Tron$6.class
/tron/Tron$7.class
"Parse java files" was enabled.
I am looking for a more common option. | |