| > I want to download only a specific thread of a
> forum, there are 1020 pages on that thread:
> <http://www.theforum.com/the-thread-name.html>
> <http://www.theforum.com/the-thread-name-1.html>
> <http://www.theforum.com/the-thread-name-2.html>
> <http://www.theforum.com/the-thread-name-3.html>
> until
> <http://www.theforum.com/the-thread-name-1020.html>
>
> using with scan setting :
> -*the-thread-name*
That excludes that thread and allows everything else.
> but then I found there's
> the-thread-name-2-print.html
> How can I download this thread and exclude print
-* +*/the-thread-name* -*print*
| |