3
1
Back

Unknown elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // SBMC elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Dilbert elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } elseif (strpos($title_text, $alt_text) !== false){ // there's both alt and title texts, they're both different.

New Pull Request