3
1
Back

From it // the first if(preg_match("@.*(get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } // Invisible Bread (make the bread visible) // Invisible Bread (make the bread visible) $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Questionable Content (cleanup) elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // $xpath = $this->get_xpath_dealie($article['link']); extra_depth .

New Pull Request