3
1
Back

FALSE && // SatW // SatW elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); } // Chainsawsuit elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE ) { // slightly complicated; the link is to tumblr, but there's a url in the Source form or documentation, if provided along with this measure.

New Pull Request