3
1
Back

Visible elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // $article['content'] = $matches[1]; } } /* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. .

New Pull Request