[AllocineFRBridge] Update CSS class (#1585)
Website has change one CSS class : updated the bridge to allow parsing.
This commit is contained in:
parent
747bb6ad9c
commit
ab8e89a97f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class AllocineFRBridge extends BridgeAbstract {
|
|||
self::PARAMETERS[$this->queriedContext]['category']['values']
|
||||
);
|
||||
|
||||
foreach($html->find('div[class=col-left]', 0)->find('div[class*=video-card]') as $element) {
|
||||
foreach($html->find('div[class=gd-col-left]', 0)->find('div[class*=video-card]') as $element) {
|
||||
$item = array();
|
||||
|
||||
$title = $element->find('a[class*=meta-title-link]', 0);
|
||||
|
|
Loading…
Reference in a new issue