Page 1 of 1

downloading images that contain keyword and exclude others

Posted: 22 Dec 2014, 01:35
by more
I just want the program to download 1366x768 size
in limit image size I put this min width 1365 and max width 1367
It worked but downloading is very slow because the program is taking too much time to check the image size for every image
I want the program to download images that have " 1366 " in its name and exclude any other image in a fast way

Re: downloading images that contain keyword and exclude othe

Posted: 23 Dec 2014, 14:14
by Maksym
If "1366" is present in the file name, then set your "Target files" to

*1366x*.jp*

Also you can exclude other dimensions using "Filters -> Excluded URLs" section like this:

1920x
1680x
1440x

If you add those filters - Extreme Picture Finder will simply skip files with names containing the above lines.

Re: downloading images that contain keyword and exclude othe

Posted: 23 Dec 2014, 14:24
by more
thanks resolved