Help: srcAttribute containing variables

Questions and answers about anything related to Helium Scraper
Post Reply
moolric
Posts: 2
Joined: Fri Feb 07, 2014 1:26 am

Help: srcAttribute containing variables

Post by moolric » Fri Feb 07, 2014 1:46 am

I need to download some pictures that use variables to resize them when they're loaded, in this format

Code: Select all

<img alt="Text" src="http://www.website.com/blah.img?image=files/folder/0000_logo.jpg&width=230&height=140">
When I try to extract srcAttribute it gives me "http://www.website.com/blah.img" without the variables.

Is there any way to get the real Url and download them?

If I manually load "http://www.website.com/files/folder/0000_logo.jpg" it does show the original unsized image.

Post Reply