3
1
Back

Updates elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } Various updates, additions.

New Pull Request