3
1
Back

'comics', $article['content']); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { // $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Assorted updates.

New Pull Request