3
1
Back

Depth is good. Delete Page Deleting the wiki page "Future Module Ideas" cannot be undone. Continue? // Eat That Toast bog-standard example // Penny Arcade if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); Added The Trenches; yet more code style tweaking Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = $img_tag . $article['content']; } Various updates, additions Fix for two bugs in Doghouse Diaries rss: spaces in img.

New Pull Request