3
1
Back

Own itch here. * Most important: Keep it simple. Follow one pattern. Class _comics extends Plugin { function api_version() { return $rel; } if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Three Panel Soul $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Cyanide & Happiness elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); function mangle_article($article) { Added BCN, Something Positive.

New Pull Request