3
1
Back

$this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Cyanide & Happiness elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] = $matches[1]; $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } //noop } // Scenes From A Multiverse (to get alt tags textified. $alt_element.

New Pull Request