Well, in this case, you'll need to use advanced configuration options. It's not going to be easy if you don't know a little bit of HTML. You need to limit the exploration only to the pages that you need. So, first of all, make sure you have
[ Entire website ] selected in the
[ Regular site ] section of the project properties. Then exclude all the pages of the website by adding
^https?://(www\.)?fineartamerica\.com
to the
[ Excluded URLs ]
And then you'll have to add filters to the
[ Included URLs ] that will allow the software to crawl only the pages with the full-size photos. Looks like adding
/featured/
is going to be enough. This will already do the job, and you'll get the full-size images (those that are shown on the website, not those that are hidden behind the "preview". So, in order to get rid of the smaller-resolution images and website assets you can also add the following filters to the
[ Excluded URLs ]:
/assets/
/400/
And now, for the final touches, you can open the HTML source of the pages that you need to crawl and "exclude" parts of those pages that do not contain the information that you do not need to the
[ Excluded Page Parts ]. That's what I came up with:
From1=
To1=<div class='leftdiv'
From2=<div class='rightdiv
To2=
From3=
To3=<div id='imageFlowContainerDiv'
From4=<div id='searchEngineFooterDiv'>
To4=