Skip to content

Commit

Permalink
updates to providers.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garmoncheg committed Sep 23, 2024
1 parent bbde39f commit ff264b4
Showing 1 changed file with 49 additions and 10 deletions.
59 changes: 49 additions & 10 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
{
"name": "Spotify",
"templates": [
"(?:open|embed|play)\\.spotify\\.com/(?:embed/)?([^\\?]*)\\??.*"
"(?:open|embed|play)\\.spotify\\.(?:link|com)/(?:embed/)?([^\\?]*)\\??.*"
],
"url": "https://open.spotify.com/{1}",
"endpoint": "https://open.spotify.com/oembed?url={url}&format={format}"
Expand Down Expand Up @@ -709,13 +709,6 @@
],
"endpoint": "https://play.adpaths.com/oembed"
},
{
"name": "Avocode",
"templates": [
"app.avocode.com/view/.*"
],
"endpoint": "https://stage-embed.avocode.com/api/oembed"
},
{
"name": "DTube",
"templates": [
Expand Down Expand Up @@ -1101,5 +1094,51 @@
"bitchute.com/video/*"
],
"endpoint": "https://api.bitchute.com/oembed/"
}
]
},
{
"name": "Nebula",
"templates": [
"nebula.tv/videos/*"
],
"endpoint": "https://nebula.tv/api/oembed?url={url}"
},
{
"name": "SharedFile",
"templates": [
"shared-file-kappa.vercel.app/file/*"
],
"endpoint": "https://shared-file-kappa.vercel.app/file/api/oembed?url={url}"
},
{
"name": "Insight Timer",
"templates": [
"insighttimer.com/*"
],
"endpoint": "https://widgets.insighttimer.com/services/oembed?url={url}&maxwidth=300&maxheight=300"
},
{
"name": "Hopvue",
"templates": [
"(?:www|portal\\.)?hopvue.com/*"
],
"endpoint": "https://portal.hopvue.com/api/oembed/?url={url}"
},
{
"name": "Tonic Audio",
"templates": [
"tnic.io/take/*",
"tnic.io/song/*",
"tonicaudio.com/song/*",
"tonicaudio.com/take/*"
],
"endpoint": "https://tonicaudio.com/oembed"
},
{
"name": "Piggy",
"templates": [
"piggy.to/@*/*",
"piggy.to/view/*"
],
"endpoint": "https://piggy.to/oembed"
}
]

0 comments on commit ff264b4

Please # to comment.