mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 00:24:48 +00:00
Fix Wistia oembed regex pattern
This commit is contained in:
parent
88078ac389
commit
a96db0e30b
1 changed files with 1 additions and 1 deletions
|
|
@ -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/.+$",
|
||||
|
|
|
|||
Loading…
Reference in a new issue