3
1
Back

From 40ce306867b3d353457e134a232ee65f5767bece Mon Sep 17 00:00:00 2001 Images/capsocket.png | Bin 56316 -> 69096 bytes } elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // Girls with Slingshots $xpath .

New Pull Request