Support https links for Flickr (#2848)

This commit is contained in:
Danielle Madeley 2016-07-19 19:37:16 +10:00 committed by Matt Westcott
parent d3bdd64cc5
commit e128921cfb

View file

@ -34,8 +34,8 @@ OEMBED_ENDPOINTS = {
"^http://[-\\w]+\\.dailymotion\\.com/.+$"
],
"http://www.flickr.com/services/oembed/": [
"^http://[-\\w]+\\.flickr\\.com/photos/.+$",
"^http://flic\\.kr\\.com/.+$"
"^http(?:s)?://[-\\w]+\\.flickr\\.com/photos/.+$",
"^http(?:s)?://flic\\.kr\\.com/.+$"
],
"http://www.hulu.com/api/oembed.{format}": [
"^http://www\\.hulu\\.com/watch/.+$"