I am trying to scrape images from link but when I do so using src it gives the links as
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
instead of
https://www.ordervenue.com/images/thumbnails/170/170/detailed/44/$12(5).JPG?t=1462168530
my code is as follows:-
how do get it to pull the image links correctly