diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index fb562b590..908d5de17 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -1139,5 +1139,12 @@ "podcasts.apple.com/(?:\\w+/)?podcast/*" ], "endpoint": "https://podcasts.apple.com/api/oembed" + }, + { + "name": "steller.co", + "templates": [ + "steller.co/s/*" + ], + "endpoint": "https://steller.co/embeds/oembed" } ] diff --git a/plugins/domains/espn.com.js b/plugins/domains/espn.com.js index 94feb0a8c..9f0774703 100644 --- a/plugins/domains/espn.com.js +++ b/plugins/domains/espn.com.js @@ -25,7 +25,7 @@ export default { }, "https://www.espn.com/video/clip/_/id/18883925", "https://www.espn.com.ar/video/clip?id=10100188", - "https://www.espn.com/video/clip/_/id/48428314", + "https://www.espn.com/video/clip/_/id/48638688", "https://www.espn.com/watch/player/_/id/27394219/country/us/redirected/true#bucketId=1", "https://www.espn.ph/video/clip?id=48351638", "https://espndeportes.espn.com/video/clip/_/id/15544320", diff --git a/plugins/domains/pastebin.com.js b/plugins/domains/pastebin.com.js index b26efb8c2..4cdd08527 100644 --- a/plugins/domains/pastebin.com.js +++ b/plugins/domains/pastebin.com.js @@ -24,8 +24,6 @@ export default { tests: [ "https://pastebin.com/ZjTA1Q4Z", - "https://pastebin.com/VFbNag7T", "https://pastebin.com/WE7bjsat", - "https://pastebin.com/xG0rWi9J" ] }; \ No newline at end of file diff --git a/plugins/domains/usatoday-allowEmbedURL.js b/plugins/domains/usatoday-allowEmbedURL.js index 3d4bad31f..251efb7fe 100644 --- a/plugins/domains/usatoday-allowEmbedURL.js +++ b/plugins/domains/usatoday-allowEmbedURL.js @@ -4,10 +4,10 @@ export default { provides: '__allowEmbedURL', + // Using for custom usatoday domains getData: function(options) { return { __allowEmbedURL: true } } - } \ No newline at end of file