3
1
Back

978eb1d01f159b84c8992f501a13cc201d7f141a Mon Sep 17 00:00:00 2001 Subject: [PATCH] More cleanup // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); } function mangle_article($article) { if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { From b4b4641770af206fdb9aac874d2d59b9ecc400d1 Mon Sep.

New Pull Request