bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Ignore/Reject links to POST urls


From: Rutger van Sleen
Subject: [Bug-wget] Ignore/Reject links to POST urls
Date: Mon, 22 Aug 2011 13:04:13 +0200
User-agent: SquirrelMail/1.4.22

Hey all,

I'm trying to get wget to reject links like :
  http://62.58.32.90/zoeken?op=search

I tried -R"*op=*" (since "op=" can have different arguments and I dont
want wget to follow them at all), but that doesnt do the trick. Any
hints?

This is the commandline I'm using now (I've retrieved the cookies earlier):

wget -H -nv --keep-session-cookies \
 --load-cookies /home/djslash/.nllggcookies.txt -o backup.log \
 -Dnllgg.nl,www.nllgg.nl,62.58.32.90 -R"*op=*" -r -p \
 --html-extension -k http://62.58.32.90/


Kind regards,
Rutger van Sleen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]