diff --git a/bridges/GithubTrendingBridge.php b/bridges/GithubTrendingBridge.php index e176d128..c482c343 100644 --- a/bridges/GithubTrendingBridge.php +++ b/bridges/GithubTrendingBridge.php @@ -613,7 +613,7 @@ class GithubTrendingBridge extends BridgeAbstract { $item['title'] = str_replace(' ', '', trim(strip_tags($element->find('h1 a', 0)->plaintext))); // Description - $item['content'] = trim(strip_tags($element->find('p.text-gray', 0)->innertext)); + $item['content'] = trim(strip_tags($element->find('p', 0)->innertext)); // Time $item['timestamp'] = time();