2
1
The url of the forum thread I'm trying to get access to is in the form
http://domain.com/showthread.php?threadid=3333333&userid=0&perpage=40&pagenumber=1
I've tried
wget --user-agent=Mozilla/5.0 -k -m -E -p -np -R http://domain/showthread.php?noseen=0&threadid=3333333&pagenumber=1
and I've had no luck.
OP here, thanks Mikel.
Actually I'm having problems just downloading the contents of the one page in the thread. Once I have that going I was thinking of the first way you suggested, but there seems to be something wrong with my wget paramaters (? maybe? I don't know) – None – 14 years ago