3
1
Back

$this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } } // Three Panel Soul elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { //noop elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few mm further from the same size.

New Pull Request