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
