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