3
1
Back

(strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { //noop elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // Jesus & Mo elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); // Joy of Tech elseif.

New Pull Request