-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web pages cannot correctly identify and download image links. #174
Comments
I am currently using a non-conventional method to solve the problem of downloading images, which involves using the I tried asking ChatGPT how to solve this problem, and it suggested installing |
Thanks for the report, it seems that something is not hooked up correctly when the HTML content comes via the standard input. Will investigate! |
I have a question: how can I modify the following command to bundle multiple web pages into one EPUB?Thanks!
|
In the example from the first message, image URLs don’t use a file extension that allows us to identify the image format. In #178 I’ve made a change so that such images receive a generic The extent to which the EPUB reader can render images with such a MIME type depends on the application, but it’s the best we can do at the moment. |
To bundle several pages fetched with an external tool (in this case percollate epub file1.html --url=url1 file2.html --url=url2 ... |
Released as |
Environment
node --version
: v20.12.2npm --version
: 10.7.0yarn --version
, if using Yarn:percollate --version
: v4.2.1Description
Thank you for answering my question.
Images requiring a Referer header are not fetched
Another minor issue mentioned in this question has not yet been resolved.
EPUB and HTML cannot download images; even when using the --inline parameter, HTML still displays image URLs, whereas PDF can correctly display images.
Thanks.
The text was updated successfully, but these errors were encountered: