3
1
Back

(strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { // Something Positive Added BCN, Something Positive elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $img = $matches[1]; } } } } .

New Pull Request