-
Notifications
You must be signed in to change notification settings - Fork 83
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
Downloading Images from an https protocol #22
Comments
I hadn't thought of testing that possibility, I should have. I'll test. Do you by any chance have a link you know won't work? Or is it all https links? |
All https links I guess, I tried 8 images from google images which has an https protocol and none of those have been downloaded. You may try this link https://lfe-cdn.lytro.com/lfe/b4817688-286e-11e2-9fef-12313904d542/carousel_preview.jpg |
I'm late for work already, so I have to test later. In the mean time, try to replace the curl_setopt lines in getFileContents with these lines:
|
Thank you issue has been fixed. BTW i'm working on the |
Right now it only uses the img tag. ePub2 really doens't support the other tags. ePub3 does. It also downloads and adds images defined in the CSS files, though not from "inlined" CSS, or style attributes. Please send me what you are done. The email is as always [email protected] |
Ok thanks for the heads up! |
Hi Grandt,
I think downloading images from an https protocol is not allowed? i've tried downloading the same image from an https site and an http site. The image is downloaded from the http site, but the image fails to download from the https site.
The text was updated successfully, but these errors were encountered: