Labels Milestones
BackPhilosophers Dead Philosophers // Dead Philosophers elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } Added The Trenches; yet more code style tweaking elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $img_tag . $article['content']; } // Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Dinosaur Comics alt tags+blog), CAD, attempt at OOTS (but that one fails due to statute, judicial order.
New Pull Request