3
1
Back

. "

"; } } // SatW elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { //also get the blog //also get blog elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to the extent necessary to make fitting inside a case easier.

New Pull Request