3
1
Back

Elseif (strpos($title_text, $alt_text) !== False) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); $article['content'] = $matches[1]; } } } // Scenes From A Multiverse (to get alt tags.

New Pull Request