Downloading Images (inspect element shows link but available/downloadable source code doesn't)
I'm trying to download some pictures from a webpage. I can use "save image as" and "copy image url" in the browser and when I inspect the element it shows the url it has. But when I download the source code of the page that contains the images it doesn't show up.
The link that contains this is http://promos.sapo.pt/folheto/supermercado-continente-hiper-desconto-continente-modelo-bom-dia-6041-22-04-2014/
The available copy image url in page 3 links us to this
http://thumbs.sapo.pt/?epic=UmcIIfWJDROWSrcm6vq8g1sZOWfojZpn4Qrxa+VFsPiYMYihtfHTtfiCL2pdzUndXkHqModrzDnULbnozGwpB/dGFKVgj9RT5LT0b93osuclCm4=&Q=80&errorpic=http%3A%2F%2Fpromos.sapo.pt%2Fimg%2Fthumb.png&W=1430&H=915
When I go to the developer tools of chrome and go to the network tab and I change from page 3 to page 4 the page 3 image shows this http://i.imgur.com/MwpgUJc.png
Is it even possible to get the images links using c# ?
We have not so good solution that is to create the browser itself inside a form and press next page, but that's not viable since we need an "automatic" process.
-
-