diff --git a/bridges/GBAtempBridge.php b/bridges/GBAtempBridge.php index b1a86ad9..e0841950 100644 --- a/bridges/GBAtempBridge.php +++ b/bridges/GBAtempBridge.php @@ -114,7 +114,7 @@ class GBAtempBridge extends BridgeAbstract { case 'T': foreach($html->find('li.portal-tutorial') as $tutorialItem) { $url = self::URI . $tutorialItem->find('a', 1)->href; - $title = $tutorialItem->find('a', 0)->plaintext; + $title = $tutorialItem->find('a', 1)->plaintext; $time = $this->findItemDate($tutorialItem); $author = $tutorialItem->find('a.username', 0)->plaintext; $content = $this->fetchPostContent($url, self::URI);