3
1
Back

Routing Latest commits for branch bugfix/v1.1 Add note resulting from real TL0x4s // Joy of Tech Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $article['content'] .= "Alt: " . $article['id']; $article = $this->alt_textify($article); if (GDORN_DEBUG && $article['debug']) { foreach ($article['debug'] as $msg) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Questionable Content (cleanup) $article['content'] .= "Bonus comic:" . $aftercomic . ""; // Camp Weedonwantcha elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'somethingpositive.net') .

New Pull Request