3
1
Back

$article['content']; // $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { // Invisible Bread (make the bread visible) $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog.

New Pull Request