PDA

View Full Version : [SOLVED] wget not following links at all...why...?


Hopeless
August 27th, 2007, 06:38 AM
hi,

wget --accept topic.asp?TOPIC_ID=*,forum.asp?FORUM_ID=*,forum.as p --wait=20 --limit-rate=20K
-U Mozilla --mirror --html-extension --load-cookies
~/.mozilla/firefox/xjg5nmlx.default/cookies.txt -e robots=off
http://www.somewebsite.com/forum/forum.asp?FORUM_ID=35&sortfield=lastpost&sortorder=desc&whichpage=1

does not download any links at all !!!!

why is this so????????

syssyphus
August 27th, 2007, 12:11 PM
hi,

wget --accept topic.asp?TOPIC_ID=*,forum.asp?FORUM_ID=*,forum.as p --wait=20 --limit-rate=20K
-U Mozilla --mirror --html-extension --load-cookies
~/.mozilla/firefox/xjg5nmlx.default/cookies.txt -e robots=off
http://www.somewebsite.com/forum/forum.asp?FORUM_ID=35&sortfield=lastpost&sortorder=desc&whichpage=1

does not download any links at all !!!!

why is this so????????

did you single quote the url? bash wont like those funny chars (such as the &)

Hopeless
August 27th, 2007, 11:58 PM
Ahhhhhh..no i didn't will try ...

thanks..