leedo / noembed

oEmbed gateway service with additional non-oEmbed sources
http://www.noembed.com
484 stars 90 forks source link

Specify HTTPS without &scheme #116

Closed gummyfrog closed 3 years ago

gummyfrog commented 3 years ago

Fix for #115

Explicitly use HTTPS to avoid { "error": { "code": 403, "message": "SSL is required to perform this operation.", "status": "PERMISSION_DENIED" } }

gummyfrog commented 3 years ago

additional improvement would be to include youtube's shortened urls (youtu.be), much in the way #84 added amazon's short urls to the regex template.

nicolochiellini commented 3 years ago

I hope @leedo will merge it because youtube is not working anymore

leedo commented 3 years ago

Thanks!