3
1
Back

"//div[@id='comic']//img", $article); } // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // replace the (containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic.

New Pull Request