3
1
Back

For) $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { //noop elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $article['content'] = $doc->saveXML(); } // Poorly Drawn Lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Breaking Cat News elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE.

New Pull Request