3
1
Back

Users // $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); } elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { $article['content'] = $doc->saveXML(); } // Poly In Pictures elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { // there's both alt and title texts, they're both different, use both. } elseif (strpos($title_text, $alt_text) !== false){ } elseif.

New Pull Request