Hi all,

my problem: I got an html file that includes both links to e.g.

  http://12.ab.de/xyz
  http://34.ab.de/


I actually want to perform a 

  wget -D12.ab.de -Ixyz -p -F -i input.html

However, this will trigger files from 34.ab.de as well.
I tried --exclude-domains "34.ab.de" without success.

I'm afraid that reading the URLs from an input file can't be passed through
a -D filter? What's a reasonable behavior of combining -i and -D?

Wget 1.8.2

Thanks,
Martin

Reply via email to