3
1
Back

Options: ## Kassutronics Precision ADSR build notes Change C13 to 10 nF v1.1 define("GDORN_DEBUG", False); class _comics extends Plugin { function about() { return $this->mangle_article($article); } function mangle_article($article) { // SatW // SatW elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE ) { // And get blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags in feedburner (if there are quotes) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { //also append the blarg post because that's small, interesting, $entries = $xpath->query("//div[@class='entry']"); // VG Cats elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content.

New Pull Request