3
1
Back

Mo elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } // Scenes From A Multiverse Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // not a comic, just a borked RSS feed elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Drugs and Wires drugs & wires, pilotside.

New Pull Request