wget ignoriert exclude_domains

Gast #1773654
Lesenswert?

Ich will mit wget ein paar Infos runterladen.

In einem Batchjob steht nur:
1
set WGETRC=c:\DOKUME~1\ich\EIGENE~1\INFO~1\swol\07072010\wgetrc
2
wget -v -i wm.htm -F -l 1 -k -x -np -o dn.log

In meinem wget setupfile steht
1
debug=on
2
exclude_domains=ad.de.doubleclick.net www.google-analytics.com

Man sieht an de Debug-Ausgaben auch, das er exlucde_domains setzt:
1
Setting exclude_domains (excludedomains) to ad.de.doubleclick.net www.google-analytics.com
2
Setting --verbose (verbose) to 1
3
Setting --input-file (input) to wm.htm
4
Setting --force-html (forcehtml) to 1
5
Setting --level (reclevel) to 1
6
Setting --convert-links (convertlinks) to 1
7
Setting --force-directories (dirstruct) to 1
8
Setting --no (noparent) to 1
9
Setting --output-file (logfile) to dn.log

Allerdings erzeugt er trotzdem die Verzeichnisse für ad.de.doublecklock 
bzw. google-analytics und es sind auch Dateien darin.

Was mache ich falsch?
Ich sehe keine Option die exclude_domain irgendwie ungültig machen 
würde.
Hat jemand einen Tip?

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren