Hello,

i would like to be sure about what i'm doing. Just run with --debug and
everything seems ok.

Given starting page P_{start}^D belonging to a domain D, 
i need to fetch all the pages p_1 ..... p_n
linked directly by P_{start}^D which do not belong to D. 
I don't want  to follow any links in p_1 ... p_n

this is my trick way to do. It is the correct one?



/usr/bin/wget -v -r -l1 --timeout=25 -N --exclude-domain D --span-hosts 

Best regards,
Antonio

Reply via email to