mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-08 10:44:43 +02:00
[RadioMelodie] Fix bridge (#3204)
This fix follows the change in the CSS of the website.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user