Labels Milestones
Back$e->getMessage(); function mangle_article($article) { if ($rel[0] == '#' || $rel[0] == '?') { return $rel; } if (ADD_IDS) { $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } Various updates, additions Updated LICD, alter alt-textify to handle both title and alt tags textified. //Sites that provide images and just need alt tags textified. $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; // only keep everything starting at the first if(preg_match("@.*(
Alt: " . $img->getAttribute('title') . ""; } if(preg_match("@.*(
New Pull Request