0
0
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:
Bertrand Bordage 2018-04-30 12:07:15 +02:00 committed by Karl Hobley
parent 0dec4c8f89
commit 184469c6e6

View File

@ -609,7 +609,8 @@ etsy = {
audioboom = {
"endpoint": "https://audioboom.com/publishing/oembed.{format}",
"urls": [
"^http(?:s)?://audioboom\\.com/boos/.+$"
"^http(?:s)?://audioboom\\.com/boos/.+$",
r'^https?://audioboom\.com/posts/.+$',
],
}