3
1
Back

(make the bread visible) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Breaking Cat News elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; } } //Sites that provide images and just need.

New Pull Request