mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
parent
69518e95c1
commit
ec1b9a110d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class RadioFranceBridge extends BridgeAbstract
|
||||||
// An array of dom nodes
|
// An array of dom nodes
|
||||||
$documentsList = $html->find('.DocumentsList', 0);
|
$documentsList = $html->find('.DocumentsList', 0);
|
||||||
$documentsListWrapper = $documentsList->find('.DocumentsList-wrapper', 0);
|
$documentsListWrapper = $documentsList->find('.DocumentsList-wrapper', 0);
|
||||||
$cardList = $documentsListWrapper->find('.Card');
|
$cardList = $documentsListWrapper->find('.CardMedia');
|
||||||
|
|
||||||
foreach ($cardList as $card) {
|
foreach ($cardList as $card) {
|
||||||
$item = [];
|
$item = [];
|
||||||
|
|
Loading…
Reference in a new issue