mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
Allow mixcloud urls with and without www
This commit is contained in:
parent
522a383acb
commit
4052c31668
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ OEMBED_ENDPOINTS = {
|
|||
"^http://video\\.yandex\\.ru/users/[^#?/]+/view/.+$"
|
||||
],
|
||||
"https://www.mixcloud.com/oembed/": [
|
||||
"^https?://www\\.mixcloud\\.com/.+$"
|
||||
"^https?://(?:www\\.)?mixcloud\\.com/.+$"
|
||||
],
|
||||
"http://www.kickstarter.com/services/oembed": [
|
||||
"^http(?:s)://[-\\w]+\\.kickstarter\\.com/projects/.+$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue