liste = document.querySelectorAll('#main figcaption a') liens = [] liste.forEach(elem=>{ liens.push(elem.attributes["href"]) })