3
1
Back

//Sites that provide images and just need alt tags textified. Function rel2abs($rel, $base) { if (preg_match("@.*()@", $article['content'], $matches)) { // PhD Unknown elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $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'], 'dead-philosophers.com/?p') !== FALSE) { Cumulative fixes from v1.1 Port in fixes from v1.1 SMT updates Checkpoint.