Fix Wistia oembed regex pattern

This commit is contained in:
Josh Hurd 2016-01-20 14:10:36 -05:00 committed by Karl Hobley
parent 88078ac389
commit a96db0e30b

View file

@ -152,7 +152,7 @@ OEMBED_ENDPOINTS = {
"^http://www\\.funnyordie\\.com/videos/.+$"
],
"http://fast.wistia.com/oembed.{format}": [
"^http://[-\\w]+\\.wista\\.com/medias/.+$"
"^https?://([^/]+\.)?(wistia.com|wi.st)/(medias|embed)/.+$"
],
"http://www.ustream.tv/oembed": [
"^http(?:s)?://(?:www\\.)?ustream\\.tv/.+$",