| > What I want to do is download all the successive
> pages in a forum thread, including pictures, for
> for example, what should I set "action" as? When I
> set options what should I have for "limits" or "scan
> rules?"
Action is irrelevant. Initially it would be Download, subsequent runs it would
be Update
Limits defaults should be fine.
> <http://boards.eonline.com/Insider/Boards/thread.jspa>
> ?threadID=77926&tstart=0
Always post the command line used (or log file line two) so we know what you
did, not what you think you did.
Page 2 of that url is:
<http://boards.eonline.com/Insider/Boards/thread.jspa?threadID=77926&start=15&tstart=0>
Both contain the same threadID
1) filter -* +*threadID=77926&*
2) Use the near flag (get non-html files related) to get everything on the
page. (images, css...) | |