3
1
Back

Provide images and just need alt tags textified. } //Sites that provide images and just need alt tags if both exist Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } // Something Positive // Something Positive elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // And get blog $entries = $xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already present foreach($imgs as $img){ $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } 3D.

New Pull Request