mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[GQMagazineBridge] Fix article body detection again (Fixes #1280)
This commit is contained in:
parent
50b234d893
commit
76183dcd44
@ -117,7 +117,7 @@ class GQMagazineBridge extends BridgeAbstract
|
|||||||
*/
|
*/
|
||||||
private function loadFullArticle($uri){
|
private function loadFullArticle($uri){
|
||||||
$html = getSimpleHTMLDOMCached($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 New Issue
Block a user