| > webhttrack -q -%i -w
> <http://cs.elderscrolls.com/constwiki/index.php/Main>_
> Page -O "/home/kaz/websites/CSWiki" -n -%P -p7 -N0
> -s2 -o -x -p7 -D -a -K0 -c4 -%k -A25000 -F
> "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
> -%F "<!-- Mirrored from %s%s by HTTrack Website
> Copier/3.x [XR&CO'2006], %s -->" +*.png +*.gif
> +*.jpg +*.css +*.js -ad.doubleclick.net/* -%s -%u
The filters aren't needed since you're using -n.
The site has lots of javascript like this:
if (is_opera_preseven) {
document.write('<link rel="stylesheet" type="text/css"
href="'+stylepath+'/'+skin+'/Opera6Fixes.css">');
which httrack can't handle. Anything related to those won't work.
I mirrored with:
(winhttrack
-qir3%e0C2%PnxX0s2u1Z%s%uN0%I0p7BaK0c9T60J99R9H3%kf2o0A97280%c5%f#f -F
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" -%F "<!-- Mirrored from
%s%s by HTTrack Website Copier/3.x [XR&CO'2004], %s -->" -%l "en, en, *"
<http://cs.elderscrolls.com/constwiki/index.php/Main_Page> -O1 "C:\Documents and
Settings\Bill\My Documents\_internetDLed\test" )
Basically BrowserID not containing Httrack. Everything looked fine. | |