3
1
Back

Warnings Add splits and labels to get what game it's about $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $img_tag . $article['content']; } // Least I Could Do (wtf image size?) $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } //Sites that provide images and just need alt tags if both exist 2016-06-10 20:51:03 -07:00 77735c00cc Add.

New Pull Request