Help in downloading images only from list of urls

Post Reply
greenflag
Posts: 2
Joined: 31 Aug 2009, 23:01

Help in downloading images only from list of urls

Post by greenflag » 01 Sep 2009, 00:52

I would appreciate your help with a simple task that I can't get to function properly. I am trying to load multiple urls, example;

http://www.postbrook.com/traditional-rugs.html?p=2
http://www.postbrook.com/traditional-rugs.html?p=3

..and only wish to download jpgs on each of these pages. I can do that successfully, but the application then starts to download from pages linked to these pages. My settings are;

Starting address:
http://www.postbrook.com/traditional-rugs.html?p=2
http://www.postbrook.com/traditional-rugs.html?p=3
Regular site.
Current page only
Naming: Keep original name

Thank you.

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

Re: Help in downloading images only from list of urls

Post by Maksym » 01 Sep 2009, 11:03

You can add the following "Excluded URLs filter":

.*

It means "exclude all addresses". And then add the following "Included URLs filter":

\.jpg$

It allows all addresses that end with ".jpg". I just tried it - worked perfectly. And I think we'll have to fix the "Current page only" functionality.

greenflag
Posts: 2
Joined: 31 Aug 2009, 23:01

Re: Help in downloading images only from list of urls

Post by greenflag » 02 Sep 2009, 18:34

Maxim,

Thank you for the instructions. Works great. Will be purchasing this shortly.

Post Reply