mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
[RadioMelodie] Fix bridge (#3204)
This fix follows the change in the CSS of the website.
This commit is contained in:
parent
eab82f0a26
commit
eb94107c15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue