Skip to content

Commit

Permalink
cleanup new oEmbed endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Sep 23, 2024
1 parent ff264b4 commit 2f470bd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@
{
"name": "Spotify",
"templates": [
"(?:open|embed|play)\\.spotify\\.(?:link|com)/(?:embed/)?([^\\?]*)\\??.*"
"(?:open|embed|play)\\.spotify\\.(?:link|com)/(?:embed/)?([^\\?]*)\\??.*",
"spotify\\.link/.*"
],
"url": "https://open.spotify.com/{1}",
"endpoint": "https://open.spotify.com/oembed?url={url}&format={format}"
Expand Down Expand Up @@ -1100,28 +1101,28 @@
"templates": [
"nebula.tv/videos/*"
],
"endpoint": "https://nebula.tv/api/oembed?url={url}"
"endpoint": "https://nebula.tv/api/oembed"
},
{
"name": "SharedFile",
"templates": [
"shared-file-kappa.vercel.app/file/*"
],
"endpoint": "https://shared-file-kappa.vercel.app/file/api/oembed?url={url}"
"endpoint": "https://shared-file-kappa.vercel.app/file/api/oembed"
},
{
"name": "Insight Timer",
"templates": [
"insighttimer.com/*"
],
"endpoint": "https://widgets.insighttimer.com/services/oembed?url={url}&maxwidth=300&maxheight=300"
"endpoint": "https://widgets.insighttimer.com/services/oembed"
},
{
"name": "Hopvue",
"templates": [
"(?:www|portal\\.)?hopvue.com/*"
],
"endpoint": "https://portal.hopvue.com/api/oembed/?url={url}"
"endpoint": "https://portal.hopvue.com/api/oembed/"
},
{
"name": "Tonic Audio",
Expand Down

0 comments on commit 2f470bd

Please # to comment.