[GQMagazineBridge] Fix article body detection again (Fixes #1280)
This commit is contained in:
parent
50b234d893
commit
76183dcd44
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class GQMagazineBridge extends BridgeAbstract
|
|||
*/
|
||||
private function loadFullArticle($uri){
|
||||
$html = getSimpleHTMLDOMCached($uri);
|
||||
return $html->find('section[data-test-id=ArticleBodyContent]', 0);
|
||||
return $html->find('section[data-test-id=MainContentWrapper]', 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue