Raya2, you might want to take a look at the page source and then the individual links would normally show up
quite easlily.
I wrote a program in intrepreted basic that searched for the http:// and then extracted the lines to a separate
file and it was pretty easy to take a look at them
By using the view source when on a web page, If the links show up there. you can save it as a text file making sure that wrap text is turned off, then you can sort it and pick out the url's.
Rich
PS: some pages only show shortcuts to the links like href=
or
src='/galeria/_images/89d28f5338c907ffe956129672dc2df7/212 - tagme.jpg'
which is a relative image source on the web page that your looking at.
It is very difficult to capture the images when relative source is used but not impossible.
Edited after thinking more about the source of your message