3
1
Back

$this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] .= "Bonus comic:" . $aftercomic . "

"; // Wondermark (alt tag already present elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Added BCN, Something Positive // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = new.

New Pull Request