mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
[Radio Melodie] Coding policy fix
This commit is contained in:
parent
7aab94dc81
commit
d0a6694564
@ -12,8 +12,7 @@ class RadioMelodieBridge extends BridgeAbstract {
|
|||||||
$html = getSimpleHTMLDOM(self::URI . 'actu')
|
$html = getSimpleHTMLDOM(self::URI . 'actu')
|
||||||
or returnServerError('Could not request Radio Melodie.');
|
or returnServerError('Could not request Radio Melodie.');
|
||||||
$list = $html->find('div[class=actuitem]');
|
$list = $html->find('div[class=actuitem]');
|
||||||
foreach($list as $element)
|
foreach($list as $element) {
|
||||||
{
|
|
||||||
$item = array();
|
$item = array();
|
||||||
|
|
||||||
// Get picture URL
|
// Get picture URL
|
||||||
|
Loading…
Reference in New Issue
Block a user