3
1
Back

[PATCH] Fixes for CAD and sorcery101 Updated LICD, alter alt-textify to handle both title and alt tags textified. } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { //also append the blarg post because that's small, interesting, $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails.

New Pull Request