3
1
Back

99b8f1493d Go to file db7d02719b Find and replace last few thin traces, fix teardrops and gnd fill Corrected: Shifted C5 so one of the Stick elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); // Pain Train alt tag, Alice Grove bigger img elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // only keep everything starting at the first // only keep everything starting at the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } Various updates, additions /* dirty.

New Pull Request