3
1
Back

// only keep everything starting at the first elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) .

New Pull Request