| > I mirrored my site with "httrack
> <http://s412202481.onlinehome.us/index.php> -O
> "/home/reg/websites/QuaaoutMirror2012-07-21-2/"
> "+*.s412202481.onlinehome.us/*" -v" and afterwards,
1) are there any sites like whatever.s412202481.onlinehome.us? Probably not,
so that filter isn't doing anything.
2) The default is to go down only. and that filter didn't change that. If you
want everything use the near flag to get them no matter where stored.
3) the starting page has:
< script type="text/javascript">var headers =
['/media_originals/images/headers/header_7.jpg','/media_originals/images/headers/header_2.jpg','...
Those are NOT URLs so HTT doesn't get them. You need extended parsing if you
even hope to get those. But since FAQ: JS no full support, even then it might
not be able to. | |