Reputation: 36028
Is there a web spider which can grap the contents of the forums?
My company does not provide the internet connection, so I want to grap the threads of a forum, then I can have a look at the contents in company.
I have tried the WebLech, it can just grap the static pages.
Upvotes: 0
Views: 254
Reputation: 99730
Try wget. I've used it to mirror whole (or part of) websites for offline use and it works fine. See this article for an introduction.
Upvotes: 1