-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG] Unable to embed image from some sites like sspai.com #401
Comments
hmm, interesting bug, looks like src is getting truncated for some reason |
This bug is not related to my code, it appears to be a bug with the Chrome built in dom parser. The source string contains the correct src field, but the parsed dom contains the wrong src field afterwards. I won't be able to fix something like this.
|
this project can effectively embed image from the sites I mentioned. Demo web: https://webpagetoepub.github.io/ |
hmm, that is true, I'll check it out. The link you provided does not contain the original source code however, it's been minified. |
images are webp images. Epubs don't support webp as far as I know. I'll leave this open in case in the future I'll add a webp to png converter |
Unable to embed image from some sites like sspai.com.
The text was updated successfully, but these errors were encountered: