3
1
Back

"//div[@id='comic']//img", $article); } // Scenes From A Multiverse (to get alt tags if both exist elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Dinosaur Comics Cleanup $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Added BCN, Something Positive elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = new.

New Pull Request