// Check if a link element was found
if ($linkElement) {
// Get the href attribute value (download link)
$downloadLink = $linkElement->getAttribute(“href”);

// Check if a link element was found
if ($linkElement) {
// Get the href attribute value (download link)
$downloadLink = $linkElement->getAttribute(“href”);