There is no html way to say "tell me all the images that live at a url". If the images are linked form an html page then you can read the html of that page and then find the img tags it contains, and fetch those images one at a time. (This is what a browser does to display you the page.)
↧