mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-09 03:02:22 +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 = [];
|
$picture = [];
|
||||||
|
|
||||||
// Get the Main picture URL
|
// 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');
|
$audioHTML = $article->find('audio');
|
||||||
|
|
||||||
// Add the audio element to the enclosure
|
// Add the audio element to the enclosure
|
||||||
|
Reference in New Issue
Block a user