Is there a way in jsoup to extract an image absolute url, much like one can get a link\'s absolute url?
Consider the following image element found in http://ww
http://ww
It might be inside a div class so the code would be like this (as example only)
System.out.println(doc.select("div.ClassName image").attr(src));