How to extract an image link from html code using jsoup?

Casey

New Member
so I have this HTML code (obviously not real however works when you give it a real link)anyhow I'm working with jsoup and I would like to extract the image URL. Is there any way to do so?.\[code\] <div id="blahblah" class="story inview" bgimage="blahblah.jpg" style="width: 1366px; height: 853.75px; background-image: url(http://fake.website.com); background-position: 0px -50px;" scrollto="0">\[/code\]
 
Back
Top