3
1
Back

Rel2abs($rel, $base) { function get_img_tags($xpath, $query, $article) { $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } // SatW elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { // Three Panel Soul * Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // PhD Unknown elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Scenes From A Multiverse (to get alt tags) // Scenes From A Multiverse (to.

New Pull Request