3
1
Back

'$1.gif', $article['content']); $article['content'] = $matches[1]; // Least I Could Do (wtf image size? If(preg_match("@.*()@", $article['content'], $matches)){ $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); // $img_tag = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } // Least I Could.

New Pull Request