jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

Cloudinary SSL? #31

Closed SaskiFX closed 8 years ago

SaskiFX commented 8 years ago

Would it be possible to have a flag to make the webpage/email generated by the script use https instead of http for the Cloudinary stuff? I tried the images it included and it looks like both http and https are usable.

Thanks!

jakewaldron commented 8 years ago

That should be easy enough. I'll look into adding it in the next week or so once I find some time.

jakewaldron commented 8 years ago

Added this in the dev branch for now. New option in the config file: upload_cloudinary_use_https

Let me know how it works if you get the chance and I will push it to the master branch.

jakewaldron commented 8 years ago

This is in the master branch.