Labels Milestones
BackAvailable ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); } /* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. * Possible fix would be to download the image via.
New Pull Request