3
1
Back

Panel!") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog //also get blog elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { //noop elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } // Cyanide & Happiness elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { .

New Pull Request