mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 17:15:25 +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
|
||||
$documentsList = $html->find('.DocumentsList', 0);
|
||||
$documentsListWrapper = $documentsList->find('.DocumentsList-wrapper', 0);
|
||||
$cardList = $documentsListWrapper->find('.Card');
|
||||
$cardList = $documentsListWrapper->find('.CardMedia');
|
||||
|
||||
foreach ($cardList as $card) {
|
||||
$item = [];
|
||||
|
|
Loading…
Reference in a new issue