Results 1 to 1 of 1
Hi,
Can you help me set up a wget properly?
i want to download a .asp web site forum and periodically check for updates
i only download pages starting with
...
- 08-23-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 5
pleeease help me set up wget properly
Hi,
Can you help me set up a wget properly?
i want to download a .asp web site forum and periodically check for updates
i only download pages starting with
/forum.asp?FORUM_ID=*
/forum/topic.asp?TOPIC_ID=*
and all images associated
be able to view offline
convert to .html
and ignore these forums:
FORUM_ID=11,34,44,51,53,5,57,6,7
ignore 1 link on the default.asp
https://www.website.com/jusx/files/login.asp
i got so far:
wget -Lp --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 http://www.website.com/forum/default.asp
the above wget does not follow links at all...
i always get this too...
Last-modified header missing -- time-stamps turned off.
Please heeeelp...
Thanks..


Reply With Quote
