Bulamıyor.

<script>
var link = $("#iframe").contents().find("#downloadButton").attr("href");
if(type of link != 'undefined') {

$("#sonuc").append('indir');
} else {
console.log("yok böyle bir link");
}
</script>