[RadioMelodie] Fix bridge (#3204)

This fix follows the change in the CSS of the website.
This commit is contained in:
sysadminstory 2023-01-03 19:26:56 +01:00 committed by GitHub
parent eab82f0a26
commit eb94107c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class RadioMelodieBridge extends BridgeAbstract
$picture = [];
// Get the Main picture URL
$picture[] = self::URI . $article->find('figure[class=photoviewer]', 0)->find('img', 0)->src;
$picture[] = self::URI . $article->find('figure[class*=photoviewer]', 0)->find('img', 0)->src;
$audioHTML = $article->find('audio');
// Add the audio element to the enclosure