3
1
Back

$aftercomic = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler.

New Pull Request