Create sub-folders from URL

Post Reply
Jerome
Posts: 1
Joined: 23 Jun 2015, 10:50

Create sub-folders from URL

Post by Jerome » 23 Jun 2015, 10:57

Hi Guys,

First wonderfull software, i really love it !

But i have one question, i would like to download images from a website but i would like to download them in sub-folders depending of their categories/URL.

For example :

The website : www.website.com
The images are stored under sub-categories like this : www.website.com/category1/ , www.website.com/category2/ , ....

So what i want is simple, download images in folders category1, category2, ....

How can i do ?

Thanks in advance !

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

Re: Create sub-folders from URL

Post by Maksym » 23 Jun 2015, 11:57

Well, it's quite easy. First of all, make sure you have the most recent version (the advanced sub-folders options are available only from 3.27):

http://www.exisoftware.com/picture_find ... rSetup.exe

Then, in the project properties select the "Save -> Sub-folders" section and check the "Use target file parent URL Regualr Expression" box. Then click the corresponding "Add..." button and enter the following:

Regular Expression: website\.com/([^/]+)/
Result: [#1]

Like this:

Image

If you'll have problems with this - give me the real URL and I'll create a ready-to-use EPF project for you.

Post Reply