We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f09ef commit 6ff46a3Copy full SHA for 6ff46a3
providers/audiocom.yml
@@ -0,0 +1,17 @@
1
+---
2
+- provider_name: audio.com
3
+ provider_url: https://audio.com/
4
+ endpoints:
5
+ - schemes:
6
+ - https://audio.com/*
7
+ - https://www.audio.com/*
8
+ - http://audio.com/*
9
+ - http://www.audio.com/*
10
+ url: https://api.audio.com/oembed
11
+ discovery: true
12
+ docs_url: https://audio.com/oembed-docs/
13
+ example_urls:
14
+ - https://api.audio.com/oembed?url=https%3A%2F%2Faudio.com%2Fembed%2Faudio%2F1760622602932096%3Ftheme%3Dimage
15
+ - https://api.audio.com/oembed?url=https%3A%2F%2Faudio.com%2Faudio-com%2Fcollections%2Fambient-focus&format=xml
16
+ notes: Provider only supports the 'rich' type
17
+...
0 commit comments