Skip to content

Commit

Permalink
[GQMagazineBridge] Fix article body detection again (Fixes RSS-Bridge…
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel authored and teromene committed Oct 3, 2019
1 parent 77eeb8a commit 05c5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/GQMagazineBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function collectData()
*/
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);
}

/**
Expand Down

0 comments on commit 05c5b35

Please sign in to comment.