fix: radiofrance, #3077 (#3186)

This commit is contained in:
Dag 2022-12-08 21:36:28 +01:00 committed by GitHub
parent 69518e95c1
commit ec1b9a110d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];