how to download from https://www.phica.net/forums/

Post Reply
Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: how to download from https://www.phica.net/forums/

Post by Maksym » 03 Jan 2020, 13:12

"Download all image from a single page gallery" template can only be used when download from one page. Forum thread usually contains more than one page. So I suggest you exclude everything but that thread like this:

Excluded URLs:
.

Included URLs:

\.315924/page-\d+

Then add a filter to allow attachments (that lead to actual files):

/attachments/[^/]/

And the you'll need another filter to allow actual files. I do not have an account on this website, so I can't show you the exact filter. But you can add generic one for images:

\.[jpegnif]+$

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: how to download from https://www.phica.net/forums/

Post by Maksym » 04 Jan 2020, 18:01

Well, I can't tell if the expressions are correct because I do not have access to the actual files on this forum. I could create a template for this forum if you want, but I'll need you to send me your login/password for this website to support@exisoftware.com.

Post Reply