mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Adds another valid AudioBoom oEmbed pattern.
This commit is contained in:
parent
0dec4c8f89
commit
184469c6e6
@ -609,7 +609,8 @@ etsy = {
|
|||||||
audioboom = {
|
audioboom = {
|
||||||
"endpoint": "https://audioboom.com/publishing/oembed.{format}",
|
"endpoint": "https://audioboom.com/publishing/oembed.{format}",
|
||||||
"urls": [
|
"urls": [
|
||||||
"^http(?:s)?://audioboom\\.com/boos/.+$"
|
"^http(?:s)?://audioboom\\.com/boos/.+$",
|
||||||
|
r'^https?://audioboom\.com/posts/.+$',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user