3
1
Back

Something Positive if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // SBMC elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } // Dilbert elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] .= "

$orig_content

"; //also append the blarg.

New Pull Request