3
1
Back

Example if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // SatW elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // Three Panel Soul elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = new DOMXPath($doc); return $xpath; } function hook_render_article_cdm($article) { return 2; } } Clean up code formatting; added a few.

New Pull Request