3
1
Back

4f6e9e0984 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'], '//theoatmeal.com/comics/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Gunnerkrigg Court elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) .

New Pull Request