3
1
Back

/* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. // $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } Clean up code formatting; added a few more.

New Pull Request