попробуйте это:
Element imageElement = document.select("img").first();
String absoluteUrl = imageElement.absUrl("src"); //absolute URL on src
String srcValue = imageElement.attr("src"); // exact content value of the attribute.
Подробнее здесь: http://jsoup.org/cookbook/extracting-data/working-with-urls