3
1
Back

343 lines elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // Joy of Tech elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { //noop elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'comics')]", $article); } // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath .

New Pull Request