3
1
Back

$this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } Some comics supported elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Clean up code formatting; added a few due to referer checks elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE.

New Pull Request