3
1
Back

Return $this->mangle_article($article); } function init($host) { // Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']", $article); //Sites that provide images and just need alt tags textified. } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisible bread has no bread elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath .

New Pull Request