I'm looking to crawl ~100 webpages that are of the same structure, but the image I require is of a different name in each instance.
The image tag is located at:
#content div.artwork img.artwork
and I need the src url of that result to be downloaded.
Any ideas? I have the urls in a .txt file, and am on a mac os x box.