regex help for this site

Post Reply
ticotexas
Posts: 7
Joined: 05 May 2018, 04:52

regex help for this site

Post by ticotexas » 05 May 2018, 07:18

i can't seem to figure out the include and exclude regexes for getting only the jpgs with xlarge in the filename from artofckphoto.com. i seem to only be able to get all pictures (tiny, small, medium, large, huge, crop), or get none. each picture comes in various sizes, but I'd like to download only xlarge

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

Re: regex help for this site

Post by Maksym » 05 May 2018, 14:30

The easiest way is to exclude all JPG files with this Regular Expression in the "Excluded URLs" filter:

\.jp

and then add only those that you need - the ones that contain xlarge in the URL. Add this Regular Expression to the "Included URLs":

xlarge

I added a project for this URL to the database. You're welcome to use it:

artofckphoto.com - nude art photo

ticotexas
Posts: 7
Joined: 05 May 2018, 04:52

Re: regex help for this site

Post by ticotexas » 05 May 2018, 17:51

wow, thanks! i was making that way harder than necessary. and thanks for the project. is there a place i can read about how you figured out the more complex regexes and custom parsers you entered?

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

Re: regex help for this site

Post by Maksym » 05 May 2018, 18:54

No, not yet, sorry.

ticotexas
Posts: 7
Joined: 05 May 2018, 04:52

Re: regex help for this site

Post by ticotexas » 06 May 2018, 19:15

sure, okay. i'm trying to figure this one out too: http://en.alisaverner.com/gallery/erotic/
i'm only getting small and medium, not large photos

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

Re: regex help for this site

Post by Maksym » 07 May 2018, 12:50

You must have done something wrong. Extreme Picture Finder downloads all photos from this website even with default settings. I only added the following filters to the "Excluded URLs" to avoid website graphics and thumbnails:

#
/middle/
/small/
/graphics/
/image
\?
[\./]css
[\./]js
/blog

Here is the project file:

alisaverner.com.epr

Right-click the above link and use "Save link as..." menu item.

ticotexas
Posts: 7
Joined: 05 May 2018, 04:52

Re: regex help for this site

Post by ticotexas » 09 Aug 2018, 17:41

i can never keep it downloading in a single thread. it wants to crawl over all the threads on a forum

how about this? http://forum-auto.caradisiac.com/les-cl ... 389850.htm

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

Re: regex help for this site

Post by Maksym » 10 Aug 2018, 12:37

The easiest way to keep Extreme Picture Finder to one thread only is to exclude the forum domain name and then include the thread ID, like this:

Excluded URLs:

forum-auto.caradisiac.com

Included URLs:

sujet389850

Post Reply