3
1
Back

$this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content.

New Pull Request