3
1
Back

If (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] = $matches[1]; } } // Dilbert // Dilbert elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } Invisible Bread, Softer World (alt tags), Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { // Scenes From A Multiverse (to get alt tags textified. Elseif (strpos($article['content.

New Pull Request