3
1
Back

$this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // XKCD (alt tags we don't need to call out for) $article['content'] = $this->get_img_tags($xpath.

New Pull Request