From a5863474511e30a3ab131babc8e5ac595cbce71a Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Tue, 25 Jun 2024 22:39:21 +0700 Subject: [PATCH] Add provider sync script --- deno.json | 3 +- scripts/sync.ts | 49 + tests/{linter_test.ts => linker_test.ts} | 0 utils/providers.latest.ts | 1274 +++--- utils/providers.original.json | 4639 ++++++++++++++++++++++ utils/providers.prev.ts | 2179 ++++++++++ 6 files changed, 7514 insertions(+), 630 deletions(-) create mode 100644 scripts/sync.ts rename tests/{linter_test.ts => linker_test.ts} (100%) create mode 100644 utils/providers.original.json create mode 100644 utils/providers.prev.ts diff --git a/deno.json b/deno.json index fcf2d7c..87189fb 100644 --- a/deno.json +++ b/deno.json @@ -10,7 +10,8 @@ "author": "@extractus", "license": "MIT", "tasks": { - "build": "deno run -A ./scripts/build_npm.ts" + "build": "deno run -A ./scripts/build_npm.ts", + "sync": "deno run --allow-net --allow-write --allow-read scripts/sync.ts" }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.2" diff --git a/scripts/sync.ts b/scripts/sync.ts new file mode 100644 index 0000000..4f447b4 --- /dev/null +++ b/scripts/sync.ts @@ -0,0 +1,49 @@ +#!/usr/bin/env deno run --allow-net --allow-write --allow-read + +import { existsSync } from "https://deno.land/std/fs/exists.ts" + +import { getJson } from "../utils/retrieve.ts"; +import { simplify } from "../utils/provider.ts"; + +const source = "https://oembed.com/providers.json"; +const latest = "./utils/providers.latest.ts"; +const prev = "./utils/providers.prev.ts"; +const original = "./utils/providers.original.json"; + +const saveOriginal = (data: any, file: string) => { + +}; + +const sync = async () => { + try { + const result = await getJson(source); + Deno.writeTextFileSync(original, JSON.stringify(result, undefined, 2), { create: true }); + + const arr = simplify(result); + const data = JSON.stringify(arr, undefined, 2); + + // backup previous version + if (existsSync(latest)) { + Deno.copyFileSync(latest, prev); + } + + const syncTime = new Date().toISOString(); + + Deno.writeTextFileSync( + latest, + [ + `// provider data, synchronized at ${syncTime}`, + "", + `export const providers = ${data};`, + "", + ].join("\n"), + { create: true } + ); + + console.log("Providers list has been updated"); + } catch (err) { + console.trace(err); + } +}; + +sync(); diff --git a/tests/linter_test.ts b/tests/linker_test.ts similarity index 100% rename from tests/linter_test.ts rename to tests/linker_test.ts diff --git a/utils/providers.latest.ts b/utils/providers.latest.ts index a51445f..56848ab 100644 --- a/utils/providers.latest.ts +++ b/utils/providers.latest.ts @@ -1,41 +1,41 @@ -// provider data, synchronized at 2024-05-07T10:41:10.221Z +// provider data, synchronized at 2024-06-25T15:38:26.847Z export const providers = [ { "s": [ - "www\\.23hq\\.com/*/photo/*", + "www\\.23hq\\.com/*/photo/*" ], - "e": "www.23hq.com/23/oembed", + "e": "www.23hq.com/23/oembed" }, { "s": [ - "playout\\.3qsdn\\.com/embed/*", + "playout\\.3qsdn\\.com/embed/*" ], - "e": "playout.3qsdn.com/oembed", + "e": "playout.3qsdn.com/oembed" }, { "s": [ - "store\\.abraia\\.me/*", + "store\\.abraia\\.me/*" ], - "e": "api.abraia.me/oembed", + "e": "api.abraia.me/oembed" }, { "s": [ - "play\\.acast\\.com/s/*", + "play\\.acast\\.com/s/*" ], - "e": "oembed.acast.com/v1/embed-player", + "e": "oembed.acast.com/v1/embed-player" }, { "s": [ - "secure\\.actblue\\.com/donate/*", + "secure\\.actblue\\.com/donate/*" ], - "e": "secure.actblue.com/cf/oembed", + "e": "secure.actblue.com/cf/oembed" }, { "s": [ - "adilo\\.bigcommand\\.com/watch/*", + "adilo\\.bigcommand\\.com/watch/*" ], - "e": "adilo.bigcommand.com/web/oembed", + "e": "adilo.bigcommand.com/web/oembed" }, { "s": [ @@ -43,67 +43,67 @@ export const providers = [ "v\\.afree\\.ca/ST/", "vod\\.afreecatv\\.com/ST/", "vod\\.afreecatv\\.com/PLAYER/STATION/", - "play\\.afreecatv\\.com/", + "play\\.afreecatv\\.com/" ], - "e": "openapi.afreecatv.com/oembed/embedinfo", + "e": "openapi.afreecatv.com/oembed/embedinfo" }, { "s": [ - "altium\\.com/viewer/*", + "altium\\.com/viewer/*" ], - "e": "viewer.altium.com/shell/oembed", + "e": "viewer.altium.com/shell/oembed" }, { "s": [ "app\\.altrulabs\\.com/*/*?answer_id=*", - "app\\.altrulabs\\.com/player/*", + "app\\.altrulabs\\.com/player/*" ], - "e": "api.altrulabs.com/api/v1/social/oembed", + "e": "api.altrulabs.com/api/v1/social/oembed" }, { "s": [ - "live\\.amcharts\\.com/*", + "live\\.amcharts\\.com/*" ], - "e": "live.amcharts.com/oembed", + "e": "live.amcharts.com/oembed" }, { "s": [ "amtraker\\.com/trains/*", - "beta\\.amtraker\\.com/trains/*", + "beta\\.amtraker\\.com/trains/*" ], - "e": "api.amtraker.com/v2/oembed", + "e": "api.amtraker.com/v2/oembed" }, { "s": [ "www\\.animatron\\.com/project/*", - "animatron\\.com/project/*", + "animatron\\.com/project/*" ], - "e": "animatron.com/oembed/json", + "e": "animatron.com/oembed/json" }, { "s": [ - "animoto\\.com/play/*", + "animoto\\.com/play/*" ], - "e": "animoto.com/oembeds/create", + "e": "animoto.com/oembeds/create" }, { "s": [ "anniemusic\\.app/t/*", - "anniemusic\\.app/p/*", + "anniemusic\\.app/p/*" ], - "e": "api.anniemusic.app/api/v1/oembed", + "e": "api.anniemusic.app/api/v1/oembed" }, { "s": [ - "storymaps\\.arcgis\\.com/stories/*", + "storymaps\\.arcgis\\.com/stories/*" ], - "e": "storymaps.arcgis.com/oembed", + "e": "storymaps.arcgis.com/oembed" }, { "s": [ - "app\\.archivos\\.digital/app/view/*", + "app\\.archivos\\.digital/app/view/*" ], - "e": "app.archivos.digital/oembed/", + "e": "app.archivos.digital/oembed/" }, { "s": [ @@ -114,16 +114,16 @@ export const providers = [ "assemblr\\.world/*", "editor\\.assemblrworld\\.com/*", "*\\.assemblrworld\\.com/creation/*", - "*\\.assemblrworld\\.com/Creation/*", + "*\\.assemblrworld\\.com/Creation/*" ], - "e": "studio.assemblrworld.com/api/oembed", + "e": "studio.assemblrworld.com/api/oembed" }, { "s": [ "audio\\.com/*", - "www\\.audio\\.com/*", + "www\\.audio\\.com/*" ], - "e": "api.audio.com/oembed", + "e": "api.audio.com/oembed" }, { "s": [ @@ -133,324 +133,332 @@ export const providers = [ "audioboom\\.com/podcasts/*", "audioboom\\.com/podcast/*", "audioboom\\.com/posts/*", - "audioboom\\.com/episodes/*", + "audioboom\\.com/episodes/*" ], - "e": "audioboom.com/publishing/oembed.json", + "e": "audioboom.com/publishing/oembed.json" }, { "s": [ "audioclip\\.naver\\.com/channels/*/clips/*", - "audioclip\\.naver\\.com/audiobooks/*", + "audioclip\\.naver\\.com/audiobooks/*" ], - "e": "audioclip.naver.com/oembed", + "e": "audioclip.naver.com/oembed" }, { "s": [ "audiomack\\.com/*/song/*", "audiomack\\.com/*/album/*", - "audiomack\\.com/*/playlist/*", + "audiomack\\.com/*/playlist/*" ], - "e": "audiomack.com/oembed", + "e": "audiomack.com/oembed" }, { "s": [ - "podcasts\\.audiomeans\\.fr/*", + "podcasts\\.audiomeans\\.fr/*" ], - "e": "podcasts.audiomeans.fr/services/oembed", + "e": "podcasts.audiomeans.fr/services/oembed" }, { "s": [ - "app\\.avocode\\.com/view/*", + "app\\.avocode\\.com/view/*" ], - "e": "stage-embed.avocode.com/api/oembed", + "e": "stage-embed.avocode.com/api/oembed" }, { "s": [ "backtracks\\.fm/*/*/e/*", "backtracks\\.fm/*/s/*/*", "backtracks\\.fm/*/*/*/*/e/*/*", - "backtracks\\.fm/*", + "backtracks\\.fm/*" ], - "e": "backtracks.fm/oembed", + "e": "backtracks.fm/oembed" }, { "s": [ - "balsamiq\\.cloud/*", + "balsamiq\\.cloud/*" ], - "e": "balsamiq.cloud/oembed", + "e": "balsamiq.cloud/oembed" }, { "s": [ - "beams\\.fm/*", + "beams\\.fm/*" ], - "e": "api.beams.fm/oEmbed", + "e": "api.beams.fm/oEmbed" }, { "s": [], - "e": "www.beautiful.ai/api/oembed", + "e": "www.beautiful.ai/api/oembed" }, { "s": [ "www\\.behance\\.net/gallery/*/*", - "www\\.behance\\.net/*/services/*/*", + "www\\.behance\\.net/*/services/*/*" ], - "e": "www.behance.net/services/oembed", + "e": "www.behance.net/services/oembed" }, { "s": [ - "cloud\\.biqapp\\.com/*", + "cloud\\.biqapp\\.com/*" ], - "e": "biqapp.com/api/v1/video/oembed", + "e": "biqapp.com/api/v1/video/oembed" }, { "s": [ "blackfire\\.io/profiles/*/graph", - "blackfire\\.io/profiles/compare/*/graph", + "blackfire\\.io/profiles/compare/*/graph" ], - "e": "blackfire.io/oembed", + "e": "blackfire.io/oembed" }, { "s": [ "blogcast\\.host/embed/*", - "blogcast\\.host/embedly/*", + "blogcast\\.host/embedly/*" ], - "e": "blogcast.host/oembed", + "e": "blogcast.host/oembed" }, { "s": [ - "bsky\\.app/profile/*/post/*", + "bsky\\.app/profile/*/post/*" ], - "e": "embed.bsky.app/oembed", + "e": "embed.bsky.app/oembed" }, { "s": [ - "www\\.bookingmood\\.com/embed/*/*", + "www\\.bookingmood\\.com/embed/*/*" ], - "e": "bookingmood.com/api/oembed", + "e": "bookingmood.com/api/oembed" }, { "s": [], - "e": "boxofficebuz.com/oembed", + "e": "boxofficebuz.com/oembed" }, { "s": [ - "view\\.briovr\\.com/api/v1/worlds/oembed/*", + "view\\.briovr\\.com/api/v1/worlds/oembed/*" ], - "e": "view.briovr.com/api/v1/worlds/oembed/", + "e": "view.briovr.com/api/v1/worlds/oembed/" }, { "s": [ "www\\.bumper\\.com/oembed/bumper", - "www\\.bumper\\.com/oembed-s/bumper", + "www\\.bumper\\.com/oembed-s/bumper" ], - "e": "www.bumper.com/oembed/bumper", + "e": "www.bumper.com/oembed/bumper" }, { "s": [ - "buttondown\\.email/*", + "iframe\\.mediadelivery\\.net/*", + "video\\.bunnycdn\\.com/*" ], - "e": "buttondown.email/embed", + "e": "video.bunnycdn.com/OEmbed" }, { "s": [ - "cmc\\.byzart\\.eu/files/*", + "buttondown\\.email/*" ], - "e": "cmc.byzart.eu/oembed/", + "e": "buttondown.email/embed" }, { "s": [ - "cacoo\\.com/diagrams/*", + "cmc\\.byzart\\.eu/files/*" ], - "e": "cacoo.com/oembed.json", + "e": "cmc.byzart.eu/oembed/" }, { "s": [ - "www\\.canva\\.com/design/*/view", + "cacoo\\.com/diagrams/*" ], - "e": "www.canva.com/_oembed", + "e": "cacoo.com/oembed.json" }, { "s": [ - "minesweeper\\.today/*", + "www\\.canva\\.com/design/*/view" ], - "e": "minesweeper.today/api/oembed", + "e": "www.canva.com/_oembed" }, { "s": [ - "img\\.catbo\\.at/*", + "minesweeper\\.today/*" ], - "e": "img.catbo.at/oembed.json", + "e": "minesweeper.today/api/oembed" }, { "s": [ - "embeds\\.celero\\.io/*", + "img\\.catbo\\.at/*" ], - "e": "api.celero.io/api/oembed", + "e": "img.catbo.at/oembed.json" }, { "s": [ - "view\\.ceros\\.com/*", + "embeds\\.celero\\.io/*" ], - "e": "view.ceros.com/oembed", + "e": "api.celero.io/api/oembed" + }, + { + "s": [ + "view\\.ceros\\.com/*" + ], + "e": "view.ceros.com/oembed" }, { "s": [ "chainflix\\.net/video/*", "chainflix\\.net/video/embed/*", "*\\.chainflix\\.net/video/*", - "*\\.chainflix\\.net/video/embed/*", + "*\\.chainflix\\.net/video/embed/*" ], - "e": "www.chainflix.net/video/oembed", + "e": "www.chainflix.net/video/oembed" }, { "s": [ - "public\\.chartblocks\\.com/c/*", + "public\\.chartblocks\\.com/c/*" ], - "e": "embed.chartblocks.com/1.0/oembed", + "e": "embed.chartblocks.com/1.0/oembed" }, { "s": [ - "chirb\\.it/*", + "chirb\\.it/*" ], - "e": "chirb.it/oembed.json", + "e": "chirb.it/oembed.json" }, { "s": [ "chroco\\.ooo/mypage/*", - "chroco\\.ooo/story/*", + "chroco\\.ooo/story/*" ], - "e": "chroco.ooo/embed", + "e": "chroco.ooo/embed" }, { "s": [ - "www\\.circuitlab\\.com/circuit/*", + "www\\.circuitlab\\.com/circuit/*" ], - "e": "www.circuitlab.com/circuit/oembed/", + "e": "www.circuitlab.com/circuit/oembed/" }, { "s": [ - "www\\.clipland\\.com/v/*", + "www\\.clipland\\.com/v/*" ], - "e": "www.clipland.com/api/oembed", + "e": "www.clipland.com/api/oembed" }, { "s": [ "clyp\\.it/*", - "clyp\\.it/playlist/*", + "clyp\\.it/playlist/*" ], - "e": "api.clyp.it/oembed/", + "e": "api.clyp.it/oembed/" }, { "s": [ - "app\\.ilovecoco\\.video/*/embed", + "app\\.ilovecoco\\.video/*/embed" ], - "e": "app.ilovecoco.video/api/oembed.json", + "e": "app.ilovecoco.video/api/oembed.json" }, { "s": [ - "codehs\\.com/editor/share_abacus/*", + "codehs\\.com/editor/share_abacus/*" ], - "e": "codehs.com/api/sharedprogram/1/oembed/", + "e": "codehs.com/api/sharedprogram/1/oembed/" }, { "s": [ - "codepen\\.io/*", + "codepen\\.io/*" ], - "e": "codepen.io/api/oembed", + "e": "codepen.io/api/oembed" }, { "s": [ "codepoints\\.net/*", - "www\\.codepoints\\.net/*", + "www\\.codepoints\\.net/*" ], - "e": "codepoints.net/api/v1/oembed", + "e": "codepoints.net/api/v1/oembed" }, { "s": [ "codesandbox\\.io/s/*", - "codesandbox\\.io/embed/*", + "codesandbox\\.io/embed/*" ], - "e": "codesandbox.io/oembed", + "e": "codesandbox.io/oembed" }, { "s": [ - "www\\.collegehumor\\.com/video/*", + "www\\.collegehumor\\.com/video/*" ], - "e": "www.collegehumor.com/oembed.json", + "e": "www.collegehumor.com/oembed.json" }, { "s": [ - "commaful\\.com/play/*", + "commaful\\.com/play/*" ], - "e": "commaful.com/api/oembed/", + "e": "commaful.com/api/oembed/" }, { "s": [ "coub\\.com/view/*", - "coub\\.com/embed/*", + "coub\\.com/embed/*" ], - "e": "coub.com/api/oembed.json", + "e": "coub.com/api/oembed.json" }, { "s": [ - "crowdranking\\.com/*/*", + "crowdranking\\.com/*/*" ], - "e": "crowdranking.com/api/oembed.json", + "e": "crowdranking.com/api/oembed.json" }, { "s": [ - "crumb\\.sh/*", + "crumb\\.sh/*" ], - "e": "crumb.sh/oembed/", + "e": "crumb.sh/oembed/" }, { "s": [ - "cueup\\.io/user/*/sounds/*", + "cueup\\.io/user/*/sounds/*" ], - "e": "gql.cueup.io/oembed", + "e": "gql.cueup.io/oembed" }, { "s": [ - "*\\.curated\\.co/*", + "*\\.curated\\.co/*" ], - "e": "api.curated.co/oembed", + "e": "api.curated.co/oembed" }, { "s": [ - "app\\.customerdb\\.com/share/*", + "app\\.customerdb\\.com/share/*" ], - "e": "app.customerdb.com/embed", + "e": "app.customerdb.com/embed" }, { "s": [ "app\\.dadan\\.io/*", - "stage\\.dadan\\.io/*", + "stage\\.dadan\\.io/*" ], - "e": "app.dadan.io/api/video/oembed", + "e": "app.dadan.io/api/video/oembed" }, { "s": [ "www\\.dailymotion\\.com/video/*", + "geo\\.dailymotion\\.com/player\\.html?video=*" ], - "e": "www.dailymotion.com/services/oembed", + "e": "www.dailymotion.com/services/oembed" }, { "s": [ - "dalexni\\.com/i/*", + "dalexni\\.com/i/*" ], - "e": "dalexni.com/oembed/", + "e": "dalexni.com/oembed/" }, { "s": [ - "datawrapper\\.dwcdn\\.net/*", + "datawrapper\\.dwcdn\\.net/*" ], - "e": "api.datawrapper.de/v3/oembed/", + "e": "api.datawrapper.de/v3/oembed/" }, { "s": [ - "*\\.deseret\\.com/*", + "*\\.deseret\\.com/*" ], - "e": "embed.deseret.com/", + "e": "embed.deseret.com/" }, { "s": [ @@ -458,111 +466,111 @@ export const providers = [ "*\\.deviantart\\.com/*#/d*", "fav\\.me/*", "sta\\.sh/*", - "*\\.deviantart\\.com/*/art/*", + "*\\.deviantart\\.com/*/art/*" ], - "e": "backend.deviantart.com/oembed", + "e": "backend.deviantart.com/oembed" }, { "s": [ "www\\.ultimedia\\.com/central/video/edit/id/*/topic_id/*/", "www\\.ultimedia\\.com/default/index/videogeneric/id/*/showtitle/1/viewnc/1", - "www\\.ultimedia\\.com/default/index/videogeneric/id/*", + "www\\.ultimedia\\.com/default/index/videogeneric/id/*" ], - "e": "www.ultimedia.com/api/search/oembed", + "e": "www.ultimedia.com/api/search/oembed" }, { "s": [ "*\\.docdroid\\.net/*", "docdro\\.id/*", - "*\\.docdroid\\.com/*", + "*\\.docdroid\\.com/*" ], - "e": "www.docdroid.net/api/oembed", + "e": "www.docdroid.net/api/oembed" }, { "s": [ "docswell\\.com/s/*/*", - "www\\.docswell\\.com/s/*/*", + "www\\.docswell\\.com/s/*/*" ], - "e": "www.docswell.com/service/oembed", + "e": "www.docswell.com/service/oembed" }, { "s": [ - "dotsub\\.com/view/*", + "dotsub\\.com/view/*" ], - "e": "dotsub.com/services/oembed", + "e": "dotsub.com/services/oembed" }, { "s": [ - "www\\.dreambroker\\.com/channel/*/*", + "www\\.dreambroker\\.com/channel/*/*" ], - "e": "dreambroker.com/channel/oembed", + "e": "dreambroker.com/channel/oembed" }, { "s": [ - "d\\.tube/v/*", + "d\\.tube/v/*" ], - "e": "api.d.tube/oembed", + "e": "api.d.tube/oembed" }, { "s": [ - "app\\.echoeshq\\.com/embed/*", + "app\\.echoeshq\\.com/embed/*" ], - "e": "api.echoeshq.com/oembed", + "e": "api.echoeshq.com/oembed" }, { "s": [], - "e": "www.edumedia-sciences.com/oembed.json", + "e": "www.edumedia-sciences.com/oembed.json" }, { "s": [], - "e": "www.edumedia-sciences.com/oembed.xml", + "e": "www.edumedia-sciences.com/oembed.xml" }, { "s": [ - "egliseinfo\\.catholique\\.fr/*", + "egliseinfo\\.catholique\\.fr/*" ], - "e": "egliseinfo.catholique.fr/api/oembed", + "e": "egliseinfo.catholique.fr/api/oembed" }, { "s": [ - "embedery\\.com/widget/*", + "embedery\\.com/widget/*" ], - "e": "embedery.com/api/oembed", + "e": "embedery.com/api/oembed" }, { "s": [ - "ethfiddle\\.com/*", + "ethfiddle\\.com/*" ], - "e": "ethfiddle.com/services/oembed/", + "e": "ethfiddle.com/services/oembed/" }, { "s": [ "evt\\.live/*", "evt\\.live/*/*", "live\\.eventlive\\.pro/*", - "live\\.eventlive\\.pro/*/*", + "live\\.eventlive\\.pro/*/*" ], - "e": "evt.live/api/oembed", + "e": "evt.live/api/oembed" }, { "s": [ - "app\\.everviz\\.com/embed/*", + "app\\.everviz\\.com/embed/*" ], - "e": "api.everviz.com/oembed", + "e": "api.everviz.com/oembed" }, { "s": [ "app\\.ex\\.co/stories/*", - "www\\.playbuzz\\.com/*", + "www\\.playbuzz\\.com/*" ], - "e": "oembed.ex.co/item", + "e": "oembed.ex.co/item" }, { "s": [ "eyrie\\.io/board/*", - "eyrie\\.io/sparkfun/*", + "eyrie\\.io/sparkfun/*" ], - "e": "eyrie.io/v1/oembed", + "e": "eyrie.io/v1/oembed" }, { "s": [ @@ -574,29 +582,29 @@ export const providers = [ "www\\.facebook\\.com/permalink\\.php?story_fbid=*", "www\\.facebook\\.com/media/set?set=*", "www\\.facebook\\.com/questions/*", - "www\\.facebook\\.com/notes/*/*/*", + "www\\.facebook\\.com/notes/*/*/*" ], - "e": "graph.facebook.com/v16.0/oembed_post", + "e": "graph.facebook.com/v16.0/oembed_post" }, { "s": [ "www\\.facebook\\.com/*/videos/*", "www\\.facebook\\.com/video\\.php?id=*", - "www\\.facebook\\.com/video\\.php?v=*", + "www\\.facebook\\.com/video\\.php?v=*" ], - "e": "graph.facebook.com/v16.0/oembed_video", + "e": "graph.facebook.com/v16.0/oembed_video" }, { "s": [ - "www\\.facebook\\.com/*", + "www\\.facebook\\.com/*" ], - "e": "graph.facebook.com/v16.0/oembed_page", + "e": "graph.facebook.com/v16.0/oembed_page" }, { "s": [ - "app\\.getfader\\.com/projects/*/publish", + "app\\.getfader\\.com/projects/*/publish" ], - "e": "app.getfader.com/api/oembed", + "e": "app.getfader.com/api/oembed" }, { "s": [ @@ -604,92 +612,92 @@ export const providers = [ "faithlifetv\\.com/items/resource/*/*", "faithlifetv\\.com/media/*", "faithlifetv\\.com/media/assets/*", - "faithlifetv\\.com/media/resource/*/*", + "faithlifetv\\.com/media/resource/*/*" ], - "e": "faithlifetv.com/api/oembed", + "e": "faithlifetv.com/api/oembed" }, { "s": [ - "www\\.figma\\.com/file/*", + "www\\.figma\\.com/file/*" ], - "e": "www.figma.com/api/oembed", + "e": "www.figma.com/api/oembed" }, { "s": [ "*\\.fireworktv\\.com/*", - "*\\.fireworktv\\.com/embed/*/v/*", + "*\\.fireworktv\\.com/embed/*/v/*" ], - "e": "www.fireworktv.com/oembed", + "e": "www.fireworktv.com/oembed" }, { "s": [ - "www\\.fite\\.tv/watch/*", + "www\\.fite\\.tv/watch/*" ], - "e": "www.fite.tv/oembed", + "e": "www.fite.tv/oembed" }, { "s": [ "flat\\.io/score/*", - "*\\.flat\\.io/score/*", + "*\\.flat\\.io/score/*" ], - "e": "flat.io/services/oembed", + "e": "flat.io/services/oembed" }, { "s": [ "*\\.flickr\\.com/photos/*", "flic\\.kr/p/*", - "*\\.*\\.flickr\\.com/*/*", + "*\\.*\\.flickr\\.com/*/*" ], - "e": "www.flickr.com/services/oembed/", + "e": "www.flickr.com/services/oembed/" }, { "s": [ "public\\.flourish\\.studio/visualisation/*", - "public\\.flourish\\.studio/story/*", + "public\\.flourish\\.studio/story/*" ], - "e": "app.flourish.studio/api/v1/oembed", + "e": "app.flourish.studio/api/v1/oembed" }, { "s": [ "flowhub\\.org/f/*", - "flowhub\\.org/s/*", + "flowhub\\.org/s/*" ], - "e": "flowhub.org/o/embed", + "e": "flowhub.org/o/embed" }, { "s": [ "fooday\\.app/*/reviews/*", - "fooday\\.app/*/spots/*", + "fooday\\.app/*/spots/*" ], - "e": "fooday.app/oembed", + "e": "fooday.app/oembed" }, { "s": [ - "fiso\\.foxsports\\.com\\.au/isomorphic-widget/*", + "fiso\\.foxsports\\.com\\.au/isomorphic-widget/*" ], - "e": "fiso.foxsports.com.au/oembed", + "e": "fiso.foxsports.com.au/oembed" }, { "s": [ - "framebuzz\\.com/v/*", + "framebuzz\\.com/v/*" ], - "e": "framebuzz.com/oembed/", + "e": "framebuzz.com/oembed/" }, { "s": [ "framer\\.com/share/*", - "framer\\.com/embed/*", + "framer\\.com/embed/*" ], - "e": "api.framer.com/web/oembed", + "e": "api.framer.com/web/oembed" }, { "s": [ "*\\.geograph\\.org\\.uk/*", "*\\.geograph\\.co\\.uk/*", "*\\.geograph\\.ie/*", - "*\\.wikimedia\\.org/*_geograph\\.org\\.uk_*", + "*\\.wikimedia\\.org/*_geograph\\.org\\.uk_*" ], - "e": "api.geograph.org.uk/api/oembed", + "e": "api.geograph.org.uk/api/oembed" }, { "s": [ @@ -697,213 +705,220 @@ export const providers = [ "*\\.geograph\\.org\\.je/*", "channel-islands\\.geograph\\.org/*", "channel-islands\\.geographs\\.org/*", - "*\\.channel\\.geographs\\.org/*", + "*\\.channel\\.geographs\\.org/*" ], - "e": "www.geograph.org.gg/api/oembed", + "e": "www.geograph.org.gg/api/oembed" }, { "s": [ "geo-en\\.hlipp\\.de/*", "geo\\.hlipp\\.de/*", - "germany\\.geograph\\.org/*", + "germany\\.geograph\\.org/*" ], - "e": "geo.hlipp.de/restapi.php/api/oembed", + "e": "geo.hlipp.de/restapi.php/api/oembed" }, { "s": [ - "gty\\.im/*", + "gty\\.im/*" ], - "e": "embed.gettyimages.com/oembed", + "e": "embed.gettyimages.com/oembed" }, { "s": [ - "www\\.gifnote\\.com/play/*", + "www\\.gifnote\\.com/play/*" ], - "e": "www.gifnote.com/services/oembed", + "e": "www.gifnote.com/services/oembed" }, { "s": [ "giphy\\.com/gifs/*", "giphy\\.com/clips/*", "gph\\.is/*", - "media\\.giphy\\.com/media/*/giphy\\.gif", + "media\\.giphy\\.com/media/*/giphy\\.gif" ], - "e": "giphy.com/services/oembed", + "e": "giphy.com/services/oembed" }, { "s": [], - "e": "gloria.tv/oembed/", + "e": "gloria.tv/oembed/" }, { "s": [ "view\\.gmetri\\.com/*", - "*\\.gmetri\\.com/*", + "*\\.gmetri\\.com/*" ], - "e": "embed.gmetri.com/oembed/", + "e": "embed.gmetri.com/oembed/" }, { "s": [ - "app\\.gong\\.io/call?id=*", + "app\\.gong\\.io/call?id=*" ], - "e": "app.gong.io/oembed", + "e": "app.gong.io/oembed" }, { "s": [ "grain\\.co/highlight/*", "grain\\.co/share/*", - "grain\\.com/share/*", + "grain\\.com/share/*" ], - "e": "api.grain.com/_/api/oembed", + "e": "api.grain.com/_/api/oembed" }, { "s": [ - "gtchannel\\.com/watch/*", + "gtchannel\\.com/watch/*" ], - "e": "api.luminery.com/oembed", + "e": "api.luminery.com/oembed" }, { "s": [ + "gumlet\\.tv/watch/*", "www\\.gumlet\\.com/watch/*", - "play\\.gumlet\\.io/embed/*", + "play\\.gumlet\\.io/embed/*" ], - "e": "api.gumlet.com/v1/oembed", + "e": "api.gumlet.com/v1/oembed" }, { "s": [ - "gyazo\\.com/*", + "gyazo\\.com/*" ], - "e": "api.gyazo.com/api/oembed", + "e": "api.gyazo.com/api/oembed" }, { "s": [ - "core\\.hash\\.ai/@*", + "core\\.hash\\.ai/@*" ], - "e": "api.hash.ai/oembed", + "e": "api.hash.ai/oembed" }, { "s": [ "hearthis\\.at/*/*/", - "hearthis\\.at/*/set/*/", + "hearthis\\.at/*/set/*/" ], - "e": "hearthis.at/oembed/?format=json", + "e": "hearthis.at/oembed/?format=json" }, { "s": [ "heyzine\\.com/flip-book/*", "*\\.hflip\\.co/*", - "*\\.aflip\\.in/*", + "*\\.aflip\\.in/*" ], - "e": "heyzine.com/api1/oembed", + "e": "heyzine.com/api1/oembed" }, { "s": [ - "player\\.hihaho\\.com/*", + "player\\.hihaho\\.com/*" ], - "e": "player.hihaho.com/services/oembed", + "e": "player.hihaho.com/services/oembed" }, { "s": [ - "*\\.hippovideo\\.io/*", + "*\\.hippovideo\\.io/*" ], - "e": "www.hippovideo.io/services/oembed", + "e": "www.hippovideo.io/services/oembed" }, { "s": [ "homey\\.app/f/*", - "homey\\.app/*/flow/*", + "homey\\.app/*/flow/*" ], - "e": "homey.app/api/oembed/flow", + "e": "homey.app/api/oembed/flow" }, { "s": [ - "huffduffer\\.com/*/*", + "*\\.hopvue\\.com/*" ], - "e": "huffduffer.com/oembed", + "e": "portal.hopvue.com/api/oembed/" }, { "s": [ - "www\\.hulu\\.com/watch/*", + "huffduffer\\.com/*/*" ], - "e": "www.hulu.com/api/oembed.json", + "e": "huffduffer.com/oembed" }, { "s": [ - "oembed\\.ideamapper\\.com/*", + "www\\.hulu\\.com/watch/*" ], - "e": "oembed.ideamapper.com", + "e": "www.hulu.com/api/oembed.json" }, { "s": [ - "*\\.idomoo\\.com/*", + "oembed\\.ideamapper\\.com/*" ], - "e": "oembed.idomoo.com/oembed", + "e": "oembed.ideamapper.com/oembed" }, { "s": [ - "www\\.ifixit\\.com/Guide/View/*", + "*\\.idomoo\\.com/*" ], - "e": "www.ifixit.com/Embed", + "e": "oembed.idomoo.com/oembed" }, { "s": [ - "ifttt\\.com/recipes/*", + "www\\.ifixit\\.com/Guide/View/*" ], - "e": "www.ifttt.com/oembed/", + "e": "www.ifixit.com/Embed" }, { "s": [ - "www\\.iheart\\.com/podcast/*/*", + "ifttt\\.com/recipes/*" ], - "e": "www.iheart.com/oembed", + "e": "www.ifttt.com/oembed/" }, { "s": [ - "qr\\.imenupro\\.com/*", + "www\\.iheart\\.com/podcast/*/*" ], - "e": "qr.imenupro.com/api/oembed", + "e": "www.iheart.com/oembed" }, { "s": [ - "incredible\\.dev/watch/*", + "qr\\.imenupro\\.com/*" ], - "e": "oembed.incredible.dev/oembed", + "e": "qr.imenupro.com/api/oembed" }, { "s": [ - "player\\.indacolive\\.com/player/jwp/clients/*", + "incredible\\.dev/watch/*" ], - "e": "player.indacolive.com/services/oembed", + "e": "oembed.incredible.dev/oembed" }, { "s": [ - "infogram\\.com/*", + "player\\.indacolive\\.com/player/jwp/clients/*" ], - "e": "infogram.com/oembed", + "e": "player.indacolive.com/services/oembed" + }, + { + "s": [ + "infogram\\.com/*" + ], + "e": "infogram.com/oembed" }, { "s": [ "*\\.infoveave\\.net/E/*", - "*\\.infoveave\\.net/P/*", + "*\\.infoveave\\.net/P/*" ], - "e": "infoveave.net/services/oembed/", + "e": "infoveave.net/services/oembed/" }, { "s": [ - "www\\.injurymap\\.com/exercises/*", + "www\\.injurymap\\.com/exercises/*" ], - "e": "www.injurymap.com/services/oembed", + "e": "www.injurymap.com/services/oembed" }, { "s": [ - "www\\.inoreader\\.com/oembed/", + "www\\.inoreader\\.com/oembed/" ], - "e": "www.inoreader.com/oembed/api/", + "e": "www.inoreader.com/oembed/api/" }, { "s": [ - "*\\.inphood\\.com/*", + "*\\.inphood\\.com/*" ], - "e": "api.inphood.com/oembed", + "e": "api.inphood.com/oembed" }, { "s": [ @@ -919,27 +934,27 @@ export const providers = [ "www\\.instagr\\.am/tv/*", "www\\.instagram\\.com/reel/*", "instagram\\.com/reel/*", - "instagr\\.am/reel/*", + "instagr\\.am/reel/*" ], - "e": "graph.facebook.com/v16.0/instagram_oembed", + "e": "graph.facebook.com/v16.0/instagram_oembed" }, { "s": [ - "ppa\\.insticator\\.com/embed-unit/*", + "ppa\\.insticator\\.com/embed-unit/*" ], - "e": "www.insticator.com/oembed", + "e": "www.insticator.com/oembed" }, { "s": [ - "issuu\\.com/*/docs/*", + "issuu\\.com/*/docs/*" ], - "e": "issuu.com/oembed", + "e": "issuu.com/oembed" }, { "s": [ - "play\\.itemis\\.io/*", + "play\\.itemis\\.io/*" ], - "e": "create.storage.api.itemis.io/api/embed", + "e": "create.storage.api.itemis.io/api/embed" }, { "s": [ @@ -951,9 +966,9 @@ export const providers = [ "*\\.jovian\\.ai/*", "jovian\\.com/*", "jovian\\.com/viewer*", - "*\\.jovian\\.com/*", + "*\\.jovian\\.com/*" ], - "e": "api.jovian.com/oembed.json", + "e": "api.jovian.com/oembed.json" }, { "s": [ @@ -962,97 +977,97 @@ export const providers = [ "tv\\.kakao\\.com/channel/v/*", "tv\\.kakao\\.com/channel/*/livelink/*", "tv\\.kakao\\.com/m/channel/*/livelink/*", - "tv\\.kakao\\.com/channel/l/*", + "tv\\.kakao\\.com/channel/l/*" ], - "e": "tv.kakao.com/oembed", + "e": "tv.kakao.com/oembed" }, { "s": [ - "www\\.kickstarter\\.com/projects/*", + "www\\.kickstarter\\.com/projects/*" ], - "e": "www.kickstarter.com/services/oembed", + "e": "www.kickstarter.com/services/oembed" }, { "s": [ "www\\.kidoju\\.com/en/x/*/*", - "www\\.kidoju\\.com/fr/x/*/*", + "www\\.kidoju\\.com/fr/x/*/*" ], - "e": "www.kidoju.com/api/oembed", + "e": "www.kidoju.com/api/oembed" }, { "s": [ "halaman\\.email/form/*", - "aplikasi\\.kirim\\.email/form/*", + "aplikasi\\.kirim\\.email/form/*" ], - "e": "halaman.email/service/oembed", + "e": "halaman.email/service/oembed" }, { "s": [ - "kit\\.co/*/*", + "kit\\.co/*/*" ], - "e": "embed.kit.co/oembed", + "e": "embed.kit.co/oembed" }, { "s": [ - "www\\.kitchenbowl\\.com/recipe/*", + "www\\.kitchenbowl\\.com/recipe/*" ], - "e": "www.kitchenbowl.com/oembed", + "e": "www.kitchenbowl.com/oembed" }, { "s": [ "app\\.kmdr\\.sh/h/*", - "app\\.kmdr\\.sh/history/*", + "app\\.kmdr\\.sh/history/*" ], - "e": "api.kmdr.sh/services/oembed", + "e": "api.kmdr.sh/services/oembed" }, { "s": [ - "jdr\\.knacki\\.info/meuh/*", + "jdr\\.knacki\\.info/meuh/*" ], - "e": "jdr.knacki.info/oembed", + "e": "jdr.knacki.info/oembed" }, { "s": [ - "knowledgepad\\.co/#/knowledge/*", + "knowledgepad\\.co/#/knowledge/*" ], - "e": "api.spoonacular.com/knowledge/oembed", + "e": "api.spoonacular.com/knowledge/oembed" }, { "s": [ - "*\\.kooapp\\.com/koo/*", + "*\\.kooapp\\.com/koo/*" ], - "e": "embed.kooapp.com/services/oembed", + "e": "embed.kooapp.com/services/oembed" }, { "s": [ "kurozora\\.app/episodes*", - "kurozora\\.app/songs*", + "kurozora\\.app/songs*" ], - "e": "kurozora.app/oembed", + "e": "kurozora.app/oembed" }, { "s": [ - "learningapps\\.org/*", + "learningapps\\.org/*" ], - "e": "learningapps.org/oembed.php", + "e": "learningapps.org/oembed.php" }, { "s": [ - "umotion-test\\.univ-lemans\\.fr/video/*", + "umotion-test\\.univ-lemans\\.fr/video/*" ], - "e": "umotion-test.univ-lemans.fr/oembed", + "e": "umotion-test.univ-lemans.fr/oembed" }, { "s": [ - "pod\\.univ-lille\\.fr/video/*", + "pod\\.univ-lille\\.fr/video/*" ], - "e": "pod.univ-lille.fr/video/oembed", + "e": "pod.univ-lille.fr/video/oembed" }, { "s": [ - "place\\.line\\.me/businesses/*", + "place\\.line\\.me/businesses/*" ], - "e": "place.line.me/oembed", + "e": "place.line.me/oembed" }, { "s": [ @@ -1061,74 +1076,74 @@ export const providers = [ "livestream\\.com/*/events/*", "livestream\\.com/*/events/*/videos/*", "livestream\\.com/*/*", - "livestream\\.com/*/*/videos/*", + "livestream\\.com/*/*/videos/*" ], - "e": "livestream.com/oembed", + "e": "livestream.com/oembed" }, { "s": [ "lottiefiles\\.com/*", "*\\.lottiefiles\\.com/*", "*\\.lottie\\.host/*", - "lottie\\.host/*", + "lottie\\.host/*" ], - "e": "embed.lottiefiles.com/oembed", + "e": "embed.lottiefiles.com/oembed" }, { "s": [ - "app\\.ludus\\.one/*", + "app\\.ludus\\.one/*" ], - "e": "app.ludus.one/oembed", + "e": "app.ludus.one/oembed" }, { "s": [ - "*\\.lumiere\\.is/v/*", + "*\\.lumiere\\.is/v/*" ], - "e": "admin.lumiere.is/api/services/oembed", + "e": "admin.lumiere.is/api/services/oembed" }, { "s": [ - "mathembed\\.com/latex?inputText=*", + "mathembed\\.com/latex?inputText=*" ], - "e": "mathembed.com/oembed", + "e": "mathembed.com/oembed" }, { "s": [], - "e": "my.matterport.com/api/v1/models/oembed/", + "e": "my.matterport.com/api/v1/models/oembed/" }, { "s": [ - "me\\.me/i/*", + "me\\.me/i/*" ], - "e": "me.me/oembed", + "e": "me.me/oembed" }, { "s": [ "mdstrm\\.com/embed/*", "mdstrm\\.com/live-stream/*", - "mdstrm\\.com/image/*", + "mdstrm\\.com/image/*" ], - "e": "mdstrm.com/oembed", + "e": "mdstrm.com/oembed" }, { "s": [ - "medienarchiv\\.zhdk\\.ch/entries/*", + "medienarchiv\\.zhdk\\.ch/entries/*" ], - "e": "medienarchiv.zhdk.ch/oembed.json", + "e": "medienarchiv.zhdk.ch/oembed.json" }, { "s": [ "mermaid\\.ink/img/*", - "mermaid\\.ink/svg/*", + "mermaid\\.ink/svg/*" ], - "e": "mermaid.ink/services/oembed", + "e": "mermaid.ink/services/oembed" }, { "s": [ "*\\.microsoftstream\\.com/video/*", - "*\\.microsoftstream\\.com/channel/*", + "*\\.microsoftstream\\.com/channel/*" ], - "e": "web.microsoftstream.com/oembed", + "e": "web.microsoftstream.com/oembed" }, { "s": [ @@ -1136,52 +1151,52 @@ export const providers = [ "www\\.minervaknows\\.com/themes/*", "www\\.minervaknows\\.com/themes/*/recipes/*", "app\\.minervaknows\\.com/recipes/*", - "app\\.minervaknows\\.com/recipes/*/follow", + "app\\.minervaknows\\.com/recipes/*/follow" ], - "e": "oembed.minervaknows.com", + "e": "oembed.minervaknows.com" }, { "s": [ - "miro\\.com/app/board/*", + "miro\\.com/app/board/*" ], - "e": "miro.com/api/v1/oembed", + "e": "miro.com/api/v1/oembed" }, { "s": [ - "www\\.mixcloud\\.com/*/*/", + "www\\.mixcloud\\.com/*/*/" ], - "e": "www.mixcloud.com/oembed/", + "e": "www.mixcloud.com/oembed/" }, { "s": [ - "mixpanel\\.com/*", + "mixpanel\\.com/*" ], - "e": "mixpanel.com/api/app/embed/oembed/", + "e": "mixpanel.com/api/app/embed/oembed/" }, { "s": [ "www\\.mobypicture\\.com/user/*/view/*", - "moby\\.to/*", + "moby\\.to/*" ], - "e": "api.mobypicture.com/oEmbed", + "e": "api.mobypicture.com/oEmbed" }, { "s": [ - "musicboxmaniacs\\.com/explore/melody/*", + "musicboxmaniacs\\.com/explore/melody/*" ], - "e": "musicboxmaniacs.com/embed/", + "e": "musicboxmaniacs.com/embed/" }, { "s": [ - "mybeweeg\\.com/w/*", + "mybeweeg\\.com/w/*" ], - "e": "mybeweeg.com/services/oembed", + "e": "mybeweeg.com/services/oembed" }, { "s": [ - "namchey\\.com/embeds/*", + "namchey\\.com/embeds/*" ], - "e": "namchey.com/api/oembed", + "e": "namchey.com/api/oembed" }, { "s": [ @@ -1190,24 +1205,24 @@ export const providers = [ "*\\.nanoo\\.pro/link/*", "nanoo\\.pro/link/*", "media\\.zhdk\\.ch/signatur/*", - "new\\.media\\.zhdk\\.ch/signatur/*", + "new\\.media\\.zhdk\\.ch/signatur/*" ], - "e": "www.nanoo.tv/services/oembed", + "e": "www.nanoo.tv/services/oembed" }, { "s": [ - "www\\.nb\\.no/items/*", + "www\\.nb\\.no/items/*" ], - "e": "api.nb.no/catalog/v1/oembed", + "e": "api.nb.no/catalog/v1/oembed" }, { "s": [ "naturalatlas\\.com/*", "naturalatlas\\.com/*/*", "naturalatlas\\.com/*/*/*", - "naturalatlas\\.com/*/*/*/*", + "naturalatlas\\.com/*/*/*/*" ], - "e": "naturalatlas.com/oembed.json", + "e": "naturalatlas.com/oembed.json" }, { "s": [ @@ -1216,42 +1231,42 @@ export const providers = [ "ndla\\.no/audio/*", "ndla\\.no/concept/*", "ndla\\.no/image/*", - "ndla\\.no/video/*", + "ndla\\.no/video/*" ], - "e": "ndla.no/oembed", + "e": "ndla.no/oembed" }, { "s": [ - "*\\.neetorecord\\.com/watch/*", + "*\\.neetorecord\\.com/watch/*" ], - "e": "api.neetorecord.com/api/v1/oembed", + "e": "api.neetorecord.com/api/v1/oembed" }, { "s": [ - "*\\.nfb\\.ca/film/*", + "*\\.nfb\\.ca/film/*" ], - "e": "www.nfb.ca/remote/services/oembed/", + "e": "www.nfb.ca/remote/services/oembed/" }, { "s": [ - "nopaste\\.ml/*", + "nopaste\\.ml/*" ], - "e": "oembed.nopaste.ml", + "e": "oembed.nopaste.ml" }, { "s": [ "observablehq\\.com/@*/*", "observablehq\\.com/d/*", - "observablehq\\.com/embed/*", + "observablehq\\.com/embed/*" ], - "e": "api.observablehq.com/oembed", + "e": "api.observablehq.com/oembed" }, { "s": [ "www\\.odds\\.com\\.au/*", - "odds\\.com\\.au/*", + "odds\\.com\\.au/*" ], - "e": "www.odds.com.au/api/oembed/", + "e": "www.odds.com.au/api/oembed/" }, { "s": [ @@ -1261,35 +1276,35 @@ export const providers = [ "playlist\\.link/*", "pods\\.link/*", "mylink\\.page/*", - "odesli\\.co/*", + "odesli\\.co/*" ], - "e": "song.link/oembed", + "e": "song.link/oembed" }, { "s": [ "odysee\\.com/*/*", - "odysee\\.com/*", + "odysee\\.com/*" ], - "e": "odysee.com/$/oembed", + "e": "odysee.com/$/oembed" }, { "s": [ "official\\.fm/tracks/*", - "official\\.fm/playlists/*", + "official\\.fm/playlists/*" ], - "e": "official.fm/services/oembed.json", + "e": "official.fm/services/oembed.json" }, { "s": [ - "omniscope\\.me/*", + "omniscope\\.me/*" ], - "e": "omniscope.me/_global_/oembed/json", + "e": "omniscope.me/_global_/oembed/json" }, { "s": [ - "omny\\.fm/shows/*", + "omny\\.fm/shows/*" ], - "e": "omny.fm/oembed", + "e": "omny.fm/oembed" }, { "s": [ @@ -1297,347 +1312,347 @@ export const providers = [ "orbitvu\\.co/001/*/ov3601/*/view", "orbitvu\\.co/001/*/ov3602/*/view", "orbitvu\\.co/001/*/2/orbittour/*/view", - "orbitvu\\.co/001/*/1/2/orbittour/*/view", + "orbitvu\\.co/001/*/1/2/orbittour/*/view" ], - "e": "orbitvu.co/service/oembed", + "e": "orbitvu.co/service/oembed" }, { "s": [ - "origits\\.com/v/*", + "origits\\.com/v/*" ], - "e": "origits.net/oembed", + "e": "origits.net/oembed" }, { "s": [ - "origits\\.com/v/*", + "origits\\.com/v/*" ], - "e": "origits.com/oembed", + "e": "origits.com/oembed" }, { "s": [ - "outplayed\\.tv/media/*", + "outplayed\\.tv/media/*" ], - "e": "outplayed.tv/oembed", + "e": "outplayed.tv/oembed" }, { "s": [ "overflow\\.io/s/*", - "overflow\\.io/embed/*", + "overflow\\.io/embed/*" ], - "e": "overflow.io/services/oembed", + "e": "overflow.io/services/oembed" }, { "s": [ - "www\\.oz\\.com/*/video/*", + "www\\.oz\\.com/*/video/*" ], - "e": "core.oz.com/oembed", + "e": "core.oz.com/oembed" }, { "s": [ - "padlet\\.com/*", + "padlet\\.com/*" ], - "e": "padlet.com/oembed/", + "e": "padlet.com/oembed/" }, { "s": [ "*\\.tv\\.pandavideo\\.com\\.br/embed/?v=*", "*\\.tv\\.pandavideo\\.com\\.br/*/playlist\\.m3u8", - "dashboard\\.pandavideo\\.com\\.br/#/videos/*", + "dashboard\\.pandavideo\\.com\\.br/#/videos/*" ], - "e": "api-v2.pandavideo.com.br/oembed", + "e": "api-v2.pandavideo.com.br/oembed" }, { "s": [ "pastery\\.net/*", - "www\\.pastery\\.net/*", + "www\\.pastery\\.net/*" ], - "e": "www.pastery.net/oembed", + "e": "www.pastery.net/oembed" }, { "s": [ - "www\\.picturelfy\\.com/p/*", + "www\\.picturelfy\\.com/p/*" ], - "e": "api.picturelfy.com/service/oembed/", + "e": "api.picturelfy.com/service/oembed/" }, { "s": [ "piggy\\.to/@*/*", - "piggy\\.to/view/*", + "piggy\\.to/view/*" ], - "e": "piggy.to/oembed", + "e": "piggy.to/oembed" }, { "s": [ - "*\\.builder\\.pikasso\\.xyz/embed/*", + "*\\.builder\\.pikasso\\.xyz/embed/*" ], - "e": "builder.pikasso.xyz/api/oembed", + "e": "builder.pikasso.xyz/api/oembed" }, { "s": [], - "e": "beta.pingvp.com.kpnis.nl/p/oembed.php", + "e": "beta.pingvp.com.kpnis.nl/p/oembed.php" }, { "s": [ - "tools\\.pinpoll\\.com/embed/*", + "tools\\.pinpoll\\.com/embed/*" ], - "e": "tools.pinpoll.com/oembed", + "e": "tools.pinpoll.com/oembed" }, { "s": [ - "www\\.pinterest\\.com/*", + "www\\.pinterest\\.com/*" ], - "e": "www.pinterest.com/oembed.json", + "e": "www.pinterest.com/oembed.json" }, { "s": [ - "player\\.pitchhub\\.com/en/public/player/*", + "player\\.pitchhub\\.com/en/public/player/*" ], - "e": "player.pitchhub.com/en/public/oembed", + "e": "player.pitchhub.com/en/public/oembed" }, { "s": [ "store\\.pixdor\\.com/place-marker-widget/*/show", - "store\\.pixdor\\.com/map/*/show", + "store\\.pixdor\\.com/map/*/show" ], - "e": "store.pixdor.com/oembed", + "e": "store.pixdor.com/oembed" }, { "s": [ "app\\.plusdocs\\.com/*/snapshots/*", "app\\.plusdocs\\.com/*/pages/edit/*", - "app\\.plusdocs\\.com/*/pages/share/*", + "app\\.plusdocs\\.com/*/pages/share/*" ], - "e": "app.plusdocs.com/oembed", + "e": "app.plusdocs.com/oembed" }, { "s": [ - "*\\.podbean\\.com/e/*", + "*\\.podbean\\.com/e/*" ], - "e": "api.podbean.com/v1/oembed", + "e": "api.podbean.com/v1/oembed" }, { "s": [ "*\\.polldaddy\\.com/s/*", "*\\.polldaddy\\.com/poll/*", - "*\\.polldaddy\\.com/ratings/*", + "*\\.polldaddy\\.com/ratings/*" ], - "e": "polldaddy.com/oembed/", + "e": "polldaddy.com/oembed/" }, { "s": [ - "portfolium\\.com/entry/*", + "portfolium\\.com/entry/*" ], - "e": "api.portfolium.com/oembed", + "e": "api.portfolium.com/oembed" }, { "s": [ - "present\\.do/decks/*", + "present\\.do/decks/*" ], - "e": "gateway.cobalt.run/present/decks/oembed", + "e": "gateway.cobalt.run/present/decks/oembed" }, { "s": [ "prezi\\.com/v/*", - "*\\.prezi\\.com/v/*", + "*\\.prezi\\.com/v/*" ], - "e": "prezi.com/v/oembed", + "e": "prezi.com/v/oembed" }, { "s": [ - "qtpi\\.gg/fashion/*", + "qtpi\\.gg/fashion/*" ], - "e": "qtpi.gg/fashion/oembed", + "e": "qtpi.gg/fashion/oembed" }, { "s": [ - "www\\.quiz\\.biz/quizz-*\\.html", + "www\\.quiz\\.biz/quizz-*\\.html" ], - "e": "www.quiz.biz/api/oembed", + "e": "www.quiz.biz/api/oembed" }, { "s": [ - "www\\.quizz\\.biz/quizz-*\\.html", + "www\\.quizz\\.biz/quizz-*\\.html" ], - "e": "www.quizz.biz/api/oembed", + "e": "www.quizz.biz/api/oembed" }, { "s": [ "play\\.radiopublic\\.com/*", "radiopublic\\.com/*", "www\\.radiopublic\\.com/*", - "*\\.radiopublic\\.com/*", + "*\\.radiopublic\\.com/*" ], - "e": "oembed.radiopublic.com/oembed", + "e": "oembed.radiopublic.com/oembed" }, { "s": [ "raindrop\\.io/*", "raindrop\\.io/*/*", "raindrop\\.io/*/*/*", - "raindrop\\.io/*/*/*/*", + "raindrop\\.io/*/*/*/*" ], - "e": "pub.raindrop.io/api/oembed", + "e": "pub.raindrop.io/api/oembed" }, { "s": [ "www\\.rcvis\\.com/v/*", "www\\.rcvis\\.com/visualize=*", "www\\.rcvis\\.com/ve/*", - "www\\.rcvis\\.com/visualizeEmbedded=*", + "www\\.rcvis\\.com/visualizeEmbedded=*" ], - "e": "animatron.com/oembed", + "e": "animatron.com/oembed" }, { "s": [ "reddit\\.com/r/*/comments/*/*", - "www\\.reddit\\.com/r/*/comments/*/*", + "www\\.reddit\\.com/r/*/comments/*/*" ], - "e": "www.reddit.com/oembed", + "e": "www.reddit.com/oembed" }, { "s": [ - "rwire\\.com/*", + "rwire\\.com/*" ], - "e": "publisher.releasewire.com/oembed/", + "e": "publisher.releasewire.com/oembed/" }, { "s": [ "repl\\.it/@*/*", - "replit\\.com/@*/*", + "replit\\.com/@*/*" ], - "e": "replit.com/data/oembed", + "e": "replit.com/data/oembed" }, { "s": [ "www\\.reverbnation\\.com/*", - "www\\.reverbnation\\.com/*/songs/*", + "www\\.reverbnation\\.com/*/songs/*" ], - "e": "www.reverbnation.com/oembed", + "e": "www.reverbnation.com/oembed" }, { "s": [ "roomshare\\.jp/post/*", - "roomshare\\.jp/en/post/*", + "roomshare\\.jp/en/post/*" ], - "e": "roomshare.jp/en/oembed.json", + "e": "roomshare.jp/en/oembed.json" }, { "s": [ - "roosterteeth\\.com/*", + "roosterteeth\\.com/*" ], - "e": "roosterteeth.com/oembed", + "e": "roosterteeth.com/oembed" }, { "s": [], - "e": "rumble.com/api/Media/oembed.json", + "e": "rumble.com/api/Media/oembed.json" }, { "s": [ - "embed\\.runkit\\.com/*,", + "embed\\.runkit\\.com/*," ], - "e": "embed.runkit.com/oembed", + "e": "embed.runkit.com/oembed" }, { "s": [ - "octopus\\.saooti\\.com/main/pub/podcast/*", + "octopus\\.saooti\\.com/main/pub/podcast/*" ], - "e": "octopus.saooti.com/oembed", + "e": "octopus.saooti.com/oembed" }, { "s": [ - "videos\\.sapo\\.pt/*", + "videos\\.sapo\\.pt/*" ], - "e": "videos.sapo.pt/oembed", + "e": "videos.sapo.pt/oembed" }, { "s": [ "console\\.screen9\\.com/*", - "*\\.screen9\\.tv/*", + "*\\.screen9\\.tv/*" ], - "e": "api.screen9.com/oembed", + "e": "api.screen9.com/oembed" }, { "s": [ - "www\\.screencast\\.com/*", + "www\\.screencast\\.com/*" ], - "e": "api.screencast.com/external/oembed", + "e": "api.screencast.com/external/oembed" }, { "s": [ - "www\\.screenr\\.com/*/", + "www\\.screenr\\.com/*/" ], - "e": "www.screenr.com/api/oembed.json", + "e": "www.screenr.com/api/oembed.json" }, { "s": [ "www\\.scribblemaps\\.com/maps/view/*", - "scribblemaps\\.com/maps/view/*", + "scribblemaps\\.com/maps/view/*" ], - "e": "scribblemaps.com/api/services/oembed.json", + "e": "scribblemaps.com/api/services/oembed.json" }, { "s": [ - "www\\.scribd\\.com/doc/*", + "www\\.scribd\\.com/doc/*" ], - "e": "www.scribd.com/services/oembed/", + "e": "www.scribd.com/services/oembed/" }, { "s": [ - "embed\\.sendtonews\\.com/oembed/*", + "embed\\.sendtonews\\.com/oembed/*" ], - "e": "embed.sendtonews.com/services/oembed", + "e": "embed.sendtonews.com/services/oembed" }, { "s": [ "shopshare\\.tv/shopboard/*", - "shopshare\\.tv/shopcast/*", + "shopshare\\.tv/shopcast/*" ], - "e": "shopshare.tv/api/shopcast/oembed", + "e": "shopshare.tv/api/shopcast/oembed" }, { "s": [ - "www\\.shortnote\\.jp/view/notes/*", + "www\\.shortnote\\.jp/view/notes/*" ], - "e": "www.shortnote.jp/oembed/", + "e": "www.shortnote.jp/oembed/" }, { "s": [ "shoudio\\.com/*", - "shoud\\.io/*", + "shoud\\.io/*" ], - "e": "shoudio.com/api/oembed", + "e": "shoudio.com/api/oembed" }, { "s": [ "app\\.getshow\\.io/iframe/*", - "*\\.getshow\\.io/share/*", + "*\\.getshow\\.io/share/*" ], - "e": "api.getshow.io/oembed.json", + "e": "api.getshow.io/oembed.json" }, { "s": [ - "showtheway\\.io/to/*", + "showtheway\\.io/to/*" ], - "e": "showtheway.io/oembed", + "e": "showtheway.io/oembed" }, { "s": [ - "simplecast\\.com/s/*", + "simplecast\\.com/s/*" ], - "e": "simplecast.com/oembed", + "e": "simplecast.com/oembed" }, { "s": [ - "onsizzle\\.com/i/*", + "onsizzle\\.com/i/*" ], - "e": "onsizzle.com/oembed", + "e": "onsizzle.com/oembed" }, { "s": [ "sketchfab\\.com/*models/*", - "sketchfab\\.com/*/folders/*", + "sketchfab\\.com/*/folders/*" ], - "e": "sketchfab.com/oembed", + "e": "sketchfab.com/oembed" }, { "s": [ @@ -1645,86 +1660,86 @@ export const providers = [ "fr\\.slideshare\\.net/*/*", "de\\.slideshare\\.net/*/*", "es\\.slideshare\\.net/*/*", - "pt\\.slideshare\\.net/*/*", + "pt\\.slideshare\\.net/*/*" ], - "e": "www.slideshare.net/api/oembed/2", + "e": "www.slideshare.net/api/oembed/2" }, { "s": [ "smashnotes\\.com/p/*", - "smashnotes\\.com/p/*/e/* - https://smashnotes\\.com/p/*/e/*/s/*", + "smashnotes\\.com/p/*/e/* - https://smashnotes\\.com/p/*/e/*/s/*" ], - "e": "smashnotes.com/services/oembed", + "e": "smashnotes.com/services/oembed" }, { "s": [ - "open\\.smeme\\.com/*", + "open\\.smeme\\.com/*" ], - "e": "open.smeme.com/api/oembed", + "e": "open.smeme.com/api/oembed" }, { "s": [ - "www\\.smrthi\\.com/book/*", + "www\\.smrthi\\.com/book/*" ], - "e": "www.smrthi.com/api/oembed", + "e": "www.smrthi.com/api/oembed" }, { "s": [ - "*\\.smugmug\\.com/*", + "*\\.smugmug\\.com/*" ], - "e": "api.smugmug.com/services/oembed/", + "e": "api.smugmug.com/services/oembed/" }, { "s": [ "www\\.socialexplorer\\.com/*/explore", "www\\.socialexplorer\\.com/*/view", "www\\.socialexplorer\\.com/*/edit", - "www\\.socialexplorer\\.com/*/embed", + "www\\.socialexplorer\\.com/*/embed" ], - "e": "www.socialexplorer.com/services/oembed/", + "e": "www.socialexplorer.com/services/oembed/" }, { "s": [ "soundcloud\\.com/*", "on\\.soundcloud\\.com/*", - "soundcloud\\.app\\.goog\\.gl/*", + "soundcloud\\.app\\.goog\\.gl/*" ], - "e": "soundcloud.com/oembed", + "e": "soundcloud.com/oembed" }, { "s": [ - "speakerdeck\\.com/*/*", + "speakerdeck\\.com/*/*" ], - "e": "speakerdeck.com/oembed.json", + "e": "speakerdeck.com/oembed.json" }, { "s": [ "open\\.spotify\\.com/*", - "spotify:*", + "spotify:*" ], - "e": "open.spotify.com/oembed", + "e": "open.spotify.com/oembed" }, { "s": [ "*\\.spotlightr\\.com/watch/*", "*\\.spotlightr\\.com/publish/*", "*\\.cdn\\.spotlightr\\.com/watch/*", - "*\\.cdn\\.spotlightr\\.com/publish/*", + "*\\.cdn\\.spotlightr\\.com/publish/*" ], - "e": "api.spotlightr.com/getOEmbed", + "e": "api.spotlightr.com/getOEmbed" }, { "s": [ - "*\\.spreaker\\.com/*", + "*\\.spreaker\\.com/*" ], - "e": "api.spreaker.com/oembed", + "e": "api.spreaker.com/oembed" }, { "s": [ "sproutvideo\\.com/videos/*", - "*\\.vids\\.io/videos/*", + "*\\.vids\\.io/videos/*" ], - "e": "sproutvideo.com/oembed.json", + "e": "sproutvideo.com/oembed.json" }, { "s": [ @@ -1735,87 +1750,87 @@ export const providers = [ "www\\.spyke\\.social/p/*", "www\\.spyke\\.social/u/*", "www\\.spyke\\.social/g/*", - "www\\.spyke\\.social/c/*", + "www\\.spyke\\.social/c/*" ], - "e": "api.spyke.social/embed/oembed", + "e": "api.spyke.social/embed/oembed" }, { "s": [ - "purl\\.stanford\\.edu/*", + "purl\\.stanford\\.edu/*" ], - "e": "purl.stanford.edu/embed.json", + "e": "purl.stanford.edu/embed.json" }, { "s": [ - "streamable\\.com/*", + "streamable\\.com/*" ], - "e": "api.streamable.com/oembed.json", + "e": "api.streamable.com/oembed.json" }, { "s": [ "s3m\\.io/*", - "23m\\.io/*", + "23m\\.io/*" ], - "e": "streamio.com/api/v1/oembed", + "e": "streamio.com/api/v1/oembed" }, { "s": [ - "subscribi\\.io/api/oembed*", + "subscribi\\.io/api/oembed*" ], - "e": "subscribi.io/api/oembed", + "e": "subscribi.io/api/oembed" }, { "s": [ "www\\.sudomemo\\.net/watch/*", - "flipnot\\.es/*", + "flipnot\\.es/*" ], - "e": "www.sudomemo.net/oembed", + "e": "www.sudomemo.net/oembed" }, { "s": [ - "www\\.sutori\\.com/story/*", + "www\\.sutori\\.com/story/*" ], - "e": "www.sutori.com/api/oembed", + "e": "www.sutori.com/api/oembed" }, { "s": [ "sway\\.com/*", - "www\\.sway\\.com/*", + "www\\.sway\\.com/*" ], - "e": "sway.com/api/v1.0/oembed", + "e": "sway.com/api/v1.0/oembed" }, { "s": [ - "sway\\.office\\.com/*", + "sway\\.office\\.com/*" ], - "e": "sway.office.com/api/v1.0/oembed", + "e": "sway.office.com/api/v1.0/oembed" }, { "s": [ - "share\\.synthesia\\.io/*", + "share\\.synthesia\\.io/*" ], - "e": "69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed", + "e": "69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed" }, { "s": [ "ted\\.com/talks/*", - "www\\.ted\\.com/talks/*", + "www\\.ted\\.com/talks/*" ], - "e": "www.ted.com/services/v1/oembed.json", + "e": "www.ted.com/services/v1/oembed.json" }, { "s": [ "www\\.nytimes\\.com/svc/oembed", "nytimes\\.com/*", - "*\\.nytimes\\.com/*", + "*\\.nytimes\\.com/*" ], - "e": "www.nytimes.com/svc/oembed/json/", + "e": "www.nytimes.com/svc/oembed/json/" }, { "s": [ - "theysaidso\\.com/image/*", + "theysaidso\\.com/image/*" ], - "e": "theysaidso.com/extensions/oembed/", + "e": "theysaidso.com/extensions/oembed/" }, { "s": [ @@ -1824,181 +1839,181 @@ export const providers = [ "www\\.tickcounter\\.com/countup/*", "www\\.tickcounter\\.com/ticker/*", "www\\.tickcounter\\.com/clock/*", - "www\\.tickcounter\\.com/worldclock/*", + "www\\.tickcounter\\.com/worldclock/*" ], - "e": "www.tickcounter.com/oembed", + "e": "www.tickcounter.com/oembed" }, { "s": [ "www\\.tiktok\\.com/*", - "www\\.tiktok\\.com/*/video/*", + "www\\.tiktok\\.com/*/video/*" ], - "e": "www.tiktok.com/oembed", + "e": "www.tiktok.com/oembed" }, { "s": [ "tonicaudio\\.com/take/*", "tonicaudio\\.com/song/*", "tnic\\.io/song/*", - "tnic\\.io/take/*", + "tnic\\.io/take/*" ], - "e": "tonicaudio.com/oembed", + "e": "tonicaudio.com/oembed" }, { "s": [ "www\\.toornament\\.com/tournaments/*/information", "www\\.toornament\\.com/tournaments/*/registration/", "www\\.toornament\\.com/tournaments/*/matches/schedule", - "www\\.toornament\\.com/tournaments/*/stages/*/", + "www\\.toornament\\.com/tournaments/*/stages/*/" ], - "e": "widget.toornament.com/oembed", + "e": "widget.toornament.com/oembed" }, { "s": [ - "www\\.topy\\.se/image/*", + "www\\.topy\\.se/image/*" ], - "e": "www.topy.se/oembed/", + "e": "www.topy.se/oembed/" }, { "s": [ - "app-test\\.totango\\.com/*", + "app-test\\.totango\\.com/*" ], - "e": "app-test.totango.com/oembed", + "e": "app-test.totango.com/oembed" }, { "s": [ - "trackspace\\.upitup\\.com/*", + "trackspace\\.upitup\\.com/*" ], - "e": "trackspace.upitup.com/oembed", + "e": "trackspace.upitup.com/oembed" }, { "s": [ "trinitymedia\\.ai/player/*", "trinitymedia\\.ai/player/*/*", - "trinitymedia\\.ai/player/*/*/*", + "trinitymedia\\.ai/player/*/*/*" ], - "e": "trinitymedia.ai/services/oembed", + "e": "trinitymedia.ai/services/oembed" }, { "s": [ - "*\\.tumblr\\.com/post/*", + "*\\.tumblr\\.com/post/*" ], - "e": "www.tumblr.com/oembed/1.0", + "e": "www.tumblr.com/oembed/1.0" }, { "s": [ - "www\\.tuxx\\.be/*", + "www\\.tuxx\\.be/*" ], - "e": "www.tuxx.be/services/oembed", + "e": "www.tuxx.be/services/oembed" }, { "s": [ "play\\.tvcf\\.co\\.kr/*", - "*\\.tvcf\\.co\\.kr/*", + "*\\.tvcf\\.co\\.kr/*" ], - "e": "play.tvcf.co.kr/rest/oembed", + "e": "play.tvcf.co.kr/rest/oembed" }, { "s": [ "twinmotion\\.unrealengine\\.com/presentation/*", - "twinmotion\\.unrealengine\\.com/panorama/*", + "twinmotion\\.unrealengine\\.com/panorama/*" ], - "e": "twinmotion.unrealengine.com/oembed", + "e": "twinmotion.unrealengine.com/oembed" }, { "s": [ "twitter\\.com/*", "twitter\\.com/*/status/*", - "*\\.twitter\\.com/*/status/*", + "*\\.twitter\\.com/*/status/*" ], - "e": "publish.twitter.com/oembed", + "e": "publish.twitter.com/oembed" }, { "s": [ "play\\.typecast\\.ai/s/*", "play\\.typecast\\.ai/e/*", - "play\\.typecast\\.ai/*", + "play\\.typecast\\.ai/*" ], - "e": "play.typecast.ai/oembed", + "e": "play.typecast.ai/oembed" }, { "s": [], - "e": "typlog.com/oembed", + "e": "typlog.com/oembed" }, { "s": [ - "uapod\\.univ-antilles\\.fr/video/*", + "uapod\\.univ-antilles\\.fr/video/*" ], - "e": "uapod.univ-antilles.fr/oembed", + "e": "uapod.univ-antilles.fr/oembed" }, { "s": [ - "map\\.cam\\.ac\\.uk/*", + "map\\.cam\\.ac\\.uk/*" ], - "e": "map.cam.ac.uk/oembed/", + "e": "map.cam.ac.uk/oembed/" }, { "s": [ - "mediatheque\\.univ-paris1\\.fr/video/*", + "mediatheque\\.univ-paris1\\.fr/video/*" ], - "e": "mediatheque.univ-paris1.fr/oembed", + "e": "mediatheque.univ-paris1.fr/oembed" }, { "s": [ - "pod\\.u-pec\\.fr/video/*", + "pod\\.u-pec\\.fr/video/*" ], - "e": "pod.u-pec.fr/oembed", + "e": "pod.u-pec.fr/oembed" }, { "s": [ "*\\.ustream\\.tv/*", - "*\\.ustream\\.com/*", + "*\\.ustream\\.com/*" ], - "e": "www.ustream.tv/oembed", + "e": "www.ustream.tv/oembed" }, { "s": [ "*\\.ustudio\\.com/embed/*", - "*\\.ustudio\\.com/embed/*/*", + "*\\.ustudio\\.com/embed/*/*" ], - "e": "app.ustudio.com/api/v2/oembed", + "e": "app.ustudio.com/api/v2/oembed" }, { "s": [ - "veer\\.tv/videos/*", + "veer\\.tv/videos/*" ], - "e": "api.veer.tv/oembed", + "e": "api.veer.tv/oembed" }, { "s": [ - "veervr\\.tv/videos/*", + "veervr\\.tv/videos/*" ], - "e": "api.veervr.tv/oembed", + "e": "api.veervr.tv/oembed" }, { "s": [ - "www\\.vevo\\.com/*", + "www\\.vevo\\.com/*" ], - "e": "www.vevo.com/oembed", + "e": "www.vevo.com/oembed" }, { "s": [ - "videfit\\.com/videos/*", + "videfit\\.com/videos/*" ], - "e": "videfit.com/oembed", + "e": "videfit.com/oembed" }, { "s": [ - "vidmount\\.com/*", + "vidmount\\.com/*" ], - "e": "vidmount.com/oembed", + "e": "vidmount.com/oembed" }, { "s": [ "*\\.vidyard\\.com/*", - "*\\.hubs\\.vidyard\\.com/*", + "*\\.hubs\\.vidyard\\.com/*" ], - "e": "api.vidyard.com/dashboard/v1.1/oembed", + "e": "api.vidyard.com/dashboard/v1.1/oembed" }, { "s": [ @@ -2008,128 +2023,128 @@ export const providers = [ "vimeo\\.com/groups/*/videos/*", "vimeo\\.com/ondemand/*/*", "player\\.vimeo\\.com/video/*", - "vimeo\\.com/event/*/*", + "vimeo\\.com/event/*/*" ], - "e": "vimeo.com/api/oembed.json", + "e": "vimeo.com/api/oembed.json" }, { "s": [ - "share\\.viostream\\.com/*", + "share\\.viostream\\.com/*" ], - "e": "play.viostream.com/oembed", + "e": "play.viostream.com/oembed" }, { "s": [ - "www\\.viously\\.com/*/*", + "www\\.viously\\.com/*/*" ], - "e": "www.viously.com/oembed", + "e": "www.viously.com/oembed" }, { "s": [ - "vizydrop\\.com/shared/*", + "vizydrop\\.com/shared/*" ], - "e": "vizydrop.com/oembed", + "e": "vizydrop.com/oembed" }, { "s": [ - "vlipsy\\.com/*", + "vlipsy\\.com/*" ], - "e": "vlipsy.com/oembed", + "e": "vlipsy.com/oembed" }, { "s": [ - "www\\.vlive\\.tv/video/*", + "www\\.vlive\\.tv/video/*" ], - "e": "www.vlive.tv/oembed", + "e": "www.vlive.tv/oembed" }, { "s": [ - "*\\.vouchfor\\.com/*", + "*\\.vouchfor\\.com/*" ], - "e": "embed.vouchfor.com/v1/oembed", + "e": "embed.vouchfor.com/v1/oembed" }, { "s": [ - "article\\.voxsnap\\.com/*/*", + "article\\.voxsnap\\.com/*/*" ], - "e": "data.voxsnap.com/oembed", + "e": "data.voxsnap.com/oembed" }, { "s": [ - "waltrack\\.net/product/*", + "waltrack\\.net/product/*" ], - "e": "waltrack.net/oembed", + "e": "waltrack.net/oembed" }, { "s": [ "watch\\.wave\\.video/*", - "embed\\.wave\\.video/*", + "embed\\.wave\\.video/*" ], - "e": "embed.wave.video/oembed", + "e": "embed.wave.video/oembed" }, { "s": [ "www\\.web3isgoinggreat\\.com/?id=*", "www\\.web3isgoinggreat\\.com/single/*", - "www\\.web3isgoinggreat\\.com/embed/*", + "www\\.web3isgoinggreat\\.com/embed/*" ], - "e": "www.web3isgoinggreat.com/api/oembed", + "e": "www.web3isgoinggreat.com/api/oembed" }, { "s": [ - "play\\.wecandeo\\.com/video/v/*", + "play\\.wecandeo\\.com/video/v/*" ], - "e": "play.wecandeo.com/oembed/", + "e": "play.wecandeo.com/oembed/" }, { "s": [ - "whimsical\\.com/*", + "whimsical\\.com/*" ], - "e": "whimsical.com/api/oembed", + "e": "whimsical.com/api/oembed" }, { "s": [ "fast\\.wistia\\.com/embed/iframe/*", "fast\\.wistia\\.com/embed/playlists/*", - "*\\.wistia\\.com/medias/*", + "*\\.wistia\\.com/medias/*" ], - "e": "fast.wistia.com/oembed.json", + "e": "fast.wistia.com/oembed.json" }, { "s": [ "*\\.wizer\\.me/learn/*", - "*\\.wizer\\.me/preview/*", + "*\\.wizer\\.me/preview/*" ], - "e": "app.wizer.me/api/oembed.json", + "e": "app.wizer.me/api/oembed.json" }, { "s": [ - "wokwi\\.com/share/*", + "wokwi\\.com/share/*" ], - "e": "wokwi.com/api/oembed", + "e": "wokwi.com/api/oembed" }, { "s": [ - "*\\.wolframcloud\\.com/*", + "*\\.wolframcloud\\.com/*" ], - "e": "www.wolframcloud.com/oembed", + "e": "www.wolframcloud.com/oembed" }, { "s": [ "wordpress\\.com/*", "*\\.wordpress\\.com/*", "*\\.*\\.wordpress\\.com/*", - "wp\\.me/*", + "wp\\.me/*" ], - "e": "public-api.wordpress.com/oembed/", + "e": "public-api.wordpress.com/oembed/" }, { "s": [ "x\\.com/*", "x\\.com/*/status/*", - "*\\.x\\.com/*/status/*", + "*\\.x\\.com/*/status/*" ], - "e": "publish.x.com/oembed", + "e": "publish.x.com/oembed" }, { "s": [ @@ -2139,41 +2154,42 @@ export const providers = [ "*\\.youtube\\.com/playlist?list=*", "youtube\\.com/playlist?list=*", "*\\.youtube\\.com/shorts*", + "*\\.youtube\\.com/embed/*" ], - "e": "www.youtube.com/oembed", + "e": "www.youtube.com/oembed" }, { "s": [ - "www\\.yumpu\\.com/*/document/view/*/*", + "www\\.yumpu\\.com/*/document/view/*/*" ], - "e": "www.yumpu.com/services/oembed", + "e": "www.yumpu.com/services/oembed" }, { "s": [ "app\\.zeplin\\.io/project/*/screen/*", "app\\.zeplin\\.io/project/*/screen/*/version/*", "app\\.zeplin\\.io/project/*/styleguide/components?coid=*", - "app\\.zeplin\\.io/styleguide/*/components?coid=*", + "app\\.zeplin\\.io/styleguide/*/components?coid=*" ], - "e": "app.zeplin.io/embed", + "e": "app.zeplin.io/embed" }, { "s": [ "app\\.zingsoft\\.com/embed/*", - "app\\.zingsoft\\.com/view/*", + "app\\.zingsoft\\.com/view/*" ], - "e": "app.zingsoft.com/oembed", + "e": "app.zingsoft.com/oembed" }, { "s": [ - "*\\.znipe\\.tv/*", + "*\\.znipe\\.tv/*" ], - "e": "api.znipe.tv/v3/oembed/", + "e": "api.znipe.tv/v3/oembed/" }, { "s": [ - "srv2\\.zoomable\\.ca/viewer\\.php*", + "srv2\\.zoomable\\.ca/viewer\\.php*" ], - "e": "srv2.zoomable.ca/oembed", - }, + "e": "srv2.zoomable.ca/oembed" + } ]; diff --git a/utils/providers.original.json b/utils/providers.original.json new file mode 100644 index 0000000..5a912c4 --- /dev/null +++ b/utils/providers.original.json @@ -0,0 +1,4639 @@ +[ + { + "provider_name": "23HQ", + "provider_url": "http://www.23hq.com", + "endpoints": [ + { + "schemes": [ + "http://www.23hq.com/*/photo/*" + ], + "url": "http://www.23hq.com/23/oembed" + } + ] + }, + { + "provider_name": "3Q", + "provider_url": "https://3q.video/", + "endpoints": [ + { + "schemes": [ + "https://playout.3qsdn.com/embed/*" + ], + "url": "https://playout.3qsdn.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Abraia", + "provider_url": "https://abraia.me", + "endpoints": [ + { + "schemes": [ + "https://store.abraia.me/*" + ], + "url": "https://api.abraia.me/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Acast", + "provider_url": "https://embed.acast.com", + "endpoints": [ + { + "schemes": [ + "https://play.acast.com/s/*" + ], + "url": "https://oembed.acast.com/v1/embed-player", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "ActBlue", + "provider_url": "https://secure.actblue.com", + "endpoints": [ + { + "schemes": [ + "https://secure.actblue.com/donate/*" + ], + "url": "https://secure.actblue.com/cf/oembed" + } + ] + }, + { + "provider_name": "Adilo", + "provider_url": "https://adilo.bigcommand.com", + "endpoints": [ + { + "schemes": [ + "https://adilo.bigcommand.com/watch/*" + ], + "url": "https://adilo.bigcommand.com/web/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "afreecaTV", + "provider_url": "https://www.afreecatv.com", + "endpoints": [ + { + "schemes": [ + "https://vod.afreecatv.com/player/", + "https://v.afree.ca/ST/", + "https://vod.afreecatv.com/ST/", + "https://vod.afreecatv.com/PLAYER/STATION/", + "https://play.afreecatv.com/" + ], + "url": "https://openapi.afreecatv.com/oembed/embedinfo", + "discovery": true + } + ] + }, + { + "provider_name": "Altium LLC", + "provider_url": "https://altium.com", + "endpoints": [ + { + "schemes": [ + "https://altium.com/viewer/*" + ], + "url": "https://viewer.altium.com/shell/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Altru", + "provider_url": "https://www.altrulabs.com", + "endpoints": [ + { + "schemes": [ + "https://app.altrulabs.com/*/*?answer_id=*", + "https://app.altrulabs.com/player/*" + ], + "url": "https://api.altrulabs.com/api/v1/social/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "amCharts Live Editor", + "provider_url": "https://live.amcharts.com/", + "endpoints": [ + { + "schemes": [ + "http://live.amcharts.com/*", + "https://live.amcharts.com/*" + ], + "url": "https://live.amcharts.com/oembed" + } + ] + }, + { + "provider_name": "Amtraker", + "provider_url": "https://amtraker.com", + "endpoints": [ + { + "schemes": [ + "https://amtraker.com/trains/*", + "https://beta.amtraker.com/trains/*" + ], + "url": "https://api.amtraker.com/v2/oembed", + "discovery": false + } + ] + }, + { + "provider_name": "Animatron", + "provider_url": "https://www.animatron.com/", + "endpoints": [ + { + "schemes": [ + "https://www.animatron.com/project/*", + "https://animatron.com/project/*" + ], + "url": "https://animatron.com/oembed/json", + "discovery": true + } + ] + }, + { + "provider_name": "Animoto", + "provider_url": "http://animoto.com/", + "endpoints": [ + { + "schemes": [ + "http://animoto.com/play/*" + ], + "url": "http://animoto.com/oembeds/create" + } + ] + }, + { + "provider_name": "AnnieMusic", + "provider_url": "https://anniemusic.app", + "endpoints": [ + { + "schemes": [ + "https://anniemusic.app/t/*", + "https://anniemusic.app/p/*" + ], + "url": "https://api.anniemusic.app/api/v1/oembed" + } + ] + }, + { + "provider_name": "ArcGIS StoryMaps", + "provider_url": "https://storymaps.arcgis.com", + "endpoints": [ + { + "schemes": [ + "https://storymaps.arcgis.com/stories/*" + ], + "url": "https://storymaps.arcgis.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Archivos", + "provider_url": "https://app.archivos.digital", + "endpoints": [ + { + "schemes": [ + "https://app.archivos.digital/app/view/*" + ], + "url": "https://app.archivos.digital/oembed/" + } + ] + }, + { + "provider_name": "AssemblrWorld", + "provider_url": "https://assemblrworld.com/", + "endpoints": [ + { + "schemes": [ + "http://*.studio.assemblrworld.com/creation/*", + "http://studio.assemblrworld.com/creation/*", + "http://*.app-edu.assemblrworld.com/Creation/*", + "http://app-edu.assemblrworld.com/Creation/*", + "http://assemblr.world/*", + "http://editor.assemblrworld.com/*", + "http://*.assemblrworld.com/creation/*", + "http://*.assemblrworld.com/Creation/*", + "https://*.studio.assemblrworld.com/creation/*", + "https://studio.assemblrworld.com/creation/*", + "https://*.app-edu.assemblrworld.com/Creation/*", + "https://app-edu.assemblrworld.com/Creation/*", + "https://assemblr.world/*", + "https://editor.assemblrworld.com/*", + "https://*.assemblrworld.com/creation/*", + "https://*.assemblrworld.com/Creation/*" + ], + "url": "https://studio.assemblrworld.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "audio.com", + "provider_url": "https://audio.com/", + "endpoints": [ + { + "schemes": [ + "https://audio.com/*", + "https://www.audio.com/*", + "http://audio.com/*", + "http://www.audio.com/*" + ], + "url": "https://api.audio.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Audioboom", + "provider_url": "https://audioboom.com", + "endpoints": [ + { + "schemes": [ + "https://audioboom.com/channels/*", + "https://audioboom.com/channel/*", + "https://audioboom.com/playlists/*", + "https://audioboom.com/podcasts/*", + "https://audioboom.com/podcast/*", + "https://audioboom.com/posts/*", + "https://audioboom.com/episodes/*" + ], + "url": "https://audioboom.com/publishing/oembed.{format}", + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "AudioClip", + "provider_url": "https://audioclip.naver.com", + "endpoints": [ + { + "schemes": [ + "https://audioclip.naver.com/channels/*/clips/*", + "https://audioclip.naver.com/audiobooks/*" + ], + "url": "https://audioclip.naver.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Audiomack", + "provider_url": "https://audiomack.com", + "endpoints": [ + { + "schemes": [ + "https://audiomack.com/*/song/*", + "https://audiomack.com/*/album/*", + "https://audiomack.com/*/playlist/*" + ], + "url": "https://audiomack.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Audiomeans", + "provider_url": "https://audiomeans.fr", + "endpoints": [ + { + "schemes": [ + "https://podcasts.audiomeans.fr/*" + ], + "url": "https://podcasts.audiomeans.fr/services/oembed", + "discovery": false, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Avocode", + "provider_url": "https://www.avocode.com/", + "endpoints": [ + { + "schemes": [ + "https://app.avocode.com/view/*" + ], + "url": "https://stage-embed.avocode.com/api/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Backtracks", + "provider_url": "https://backtracks.fm", + "endpoints": [ + { + "schemes": [ + "https://backtracks.fm/*/*/e/*", + "https://backtracks.fm/*/s/*/*", + "https://backtracks.fm/*/*/*/*/e/*/*", + "https://backtracks.fm/*", + "http://backtracks.fm/*" + ], + "url": "https://backtracks.fm/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Balsamiq Cloud", + "provider_url": "https://balsamiq.cloud/", + "endpoints": [ + { + "schemes": [ + "https://balsamiq.cloud/*" + ], + "url": "https://balsamiq.cloud/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Beams.fm", + "provider_url": "http://beams.fm", + "endpoints": [ + { + "schemes": [ + "https://beams.fm/*" + ], + "url": "https://api.beams.fm/oEmbed", + "discovery": true + } + ] + }, + { + "provider_name": "Beautiful.AI", + "provider_url": "https://www.beautiful.ai/", + "endpoints": [ + { + "url": "https://www.beautiful.ai/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Behance", + "provider_url": "https://www.behance.net", + "endpoints": [ + { + "schemes": [ + "https://www.behance.net/gallery/*/*", + "https://www.behance.net/*/services/*/*" + ], + "url": "https://www.behance.net/services/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "biqnetwork", + "provider_url": "https://biqapp.com/", + "endpoints": [ + { + "schemes": [ + "https://cloud.biqapp.com/*" + ], + "url": "https://biqapp.com/api/v1/video/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Blackfire.io", + "provider_url": "https://blackfire.io", + "endpoints": [ + { + "schemes": [ + "https://blackfire.io/profiles/*/graph", + "https://blackfire.io/profiles/compare/*/graph" + ], + "url": "https://blackfire.io/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Blogcast", + "provider_url": "https://blogcast.host/", + "endpoints": [ + { + "schemes": [ + "https://blogcast.host/embed/*", + "https://blogcast.host/embedly/*" + ], + "url": "https://blogcast.host/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Bluesky Social", + "provider_url": "https://bsky.app", + "endpoints": [ + { + "schemes": [ + "https://bsky.app/profile/*/post/*" + ], + "url": "https://embed.bsky.app/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Bookingmood", + "provider_url": "https://www.bookingmood.com", + "endpoints": [ + { + "schemes": [ + "https://www.bookingmood.com/embed/*/*" + ], + "url": "https://bookingmood.com/api/oembed", + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Box Office Buz", + "provider_url": "http://boxofficebuz.com", + "endpoints": [ + { + "url": "http://boxofficebuz.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "BrioVR", + "provider_url": "https://view.briovr.com/", + "endpoints": [ + { + "schemes": [ + "https://view.briovr.com/api/v1/worlds/oembed/*" + ], + "url": "https://view.briovr.com/api/v1/worlds/oembed/" + } + ] + }, + { + "provider_name": "Bumper", + "provider_url": "http://www.bumper.com", + "endpoints": [ + { + "schemes": [ + "https://www.bumper.com/oembed/bumper", + "https://www.bumper.com/oembed-s/bumper" + ], + "url": "https://www.bumper.com/oembed/bumper", + "discovery": true + } + ] + }, + { + "provider_name": "Bunny", + "provider_url": "https://bunny.net/", + "endpoints": [ + { + "schemes": [ + "https://iframe.mediadelivery.net/*", + "http://iframe.mediadelivery.net/*", + "https://video.bunnycdn.com/*", + "http://video.bunnycdn.com/*" + ], + "url": "https://video.bunnycdn.com/OEmbed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Buttondown", + "provider_url": "https://buttondown.email/", + "endpoints": [ + { + "schemes": [ + "https://buttondown.email/*" + ], + "url": "https://buttondown.email/embed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Byzart Project", + "provider_url": "https://cmc.byzart.eu", + "endpoints": [ + { + "schemes": [ + "https://cmc.byzart.eu/files/*" + ], + "url": "https://cmc.byzart.eu/oembed/", + "discovery": false + } + ] + }, + { + "provider_name": "Cacoo", + "provider_url": "https://cacoo.com", + "endpoints": [ + { + "schemes": [ + "https://cacoo.com/diagrams/*" + ], + "url": "http://cacoo.com/oembed.{format}" + } + ] + }, + { + "provider_name": "Canva", + "provider_url": "https://www.canva.com", + "endpoints": [ + { + "schemes": [ + "https://www.canva.com/design/*/view" + ], + "url": "https://www.canva.com/_oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Cardinal Blue", + "provider_url": "https://minesweeper.today/", + "endpoints": [ + { + "schemes": [ + "http://minesweeper.today/*", + "https://minesweeper.today/*" + ], + "url": "https://minesweeper.today/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "CatBoat", + "provider_url": "http://img.catbo.at/", + "endpoints": [ + { + "schemes": [ + "http://img.catbo.at/*" + ], + "url": "http://img.catbo.at/oembed.json", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Celero", + "provider_url": "https://www.celero.io", + "endpoints": [ + { + "schemes": [ + "https://embeds.celero.io/*" + ], + "url": "https://api.celero.io/api/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Ceros", + "provider_url": "http://www.ceros.com/", + "endpoints": [ + { + "schemes": [ + "http://view.ceros.com/*", + "https://view.ceros.com/*" + ], + "url": "http://view.ceros.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Chainflix", + "provider_url": "https://chainflix.net", + "endpoints": [ + { + "schemes": [ + "https://chainflix.net/video/*", + "https://chainflix.net/video/embed/*", + "https://*.chainflix.net/video/*", + "https://*.chainflix.net/video/embed/*" + ], + "url": "https://www.chainflix.net/video/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "ChartBlocks", + "provider_url": "http://www.chartblocks.com/", + "endpoints": [ + { + "schemes": [ + "http://public.chartblocks.com/c/*" + ], + "url": "http://embed.chartblocks.com/1.0/oembed" + } + ] + }, + { + "provider_name": "chirbit.com", + "provider_url": "http://www.chirbit.com/", + "endpoints": [ + { + "schemes": [ + "http://chirb.it/*" + ], + "url": "http://chirb.it/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "CHROCO", + "provider_url": "https://chroco.ooo/", + "endpoints": [ + { + "schemes": [ + "https://chroco.ooo/mypage/*", + "https://chroco.ooo/story/*" + ], + "url": "https://chroco.ooo/embed", + "discovery": true + } + ] + }, + { + "provider_name": "CircuitLab", + "provider_url": "https://www.circuitlab.com/", + "endpoints": [ + { + "schemes": [ + "https://www.circuitlab.com/circuit/*" + ], + "url": "https://www.circuitlab.com/circuit/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Clipland", + "provider_url": "http://www.clipland.com/", + "endpoints": [ + { + "schemes": [ + "http://www.clipland.com/v/*", + "https://www.clipland.com/v/*" + ], + "url": "https://www.clipland.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Clyp", + "provider_url": "http://clyp.it/", + "endpoints": [ + { + "schemes": [ + "http://clyp.it/*", + "http://clyp.it/playlist/*" + ], + "url": "http://api.clyp.it/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "CoCo Corp", + "provider_url": "https://ilovecoco.video", + "endpoints": [ + { + "schemes": [ + "https://app.ilovecoco.video/*/embed" + ], + "url": "https://app.ilovecoco.video/api/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "CodeHS", + "provider_url": "http://www.codehs.com", + "endpoints": [ + { + "schemes": [ + "https://codehs.com/editor/share_abacus/*" + ], + "url": "https://codehs.com/api/sharedprogram/1/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "CodePen", + "provider_url": "https://codepen.io", + "endpoints": [ + { + "schemes": [ + "http://codepen.io/*", + "https://codepen.io/*" + ], + "url": "https://codepen.io/api/oembed" + } + ] + }, + { + "provider_name": "Codepoints", + "provider_url": "https://codepoints.net", + "endpoints": [ + { + "schemes": [ + "http://codepoints.net/*", + "https://codepoints.net/*", + "http://www.codepoints.net/*", + "https://www.codepoints.net/*" + ], + "url": "https://codepoints.net/api/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "CodeSandbox", + "provider_url": "https://codesandbox.io", + "endpoints": [ + { + "schemes": [ + "https://codesandbox.io/s/*", + "https://codesandbox.io/embed/*" + ], + "url": "https://codesandbox.io/oembed" + } + ] + }, + { + "provider_name": "CollegeHumor", + "provider_url": "http://www.collegehumor.com/", + "endpoints": [ + { + "schemes": [ + "http://www.collegehumor.com/video/*" + ], + "url": "http://www.collegehumor.com/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Commaful", + "provider_url": "https://commaful.com", + "endpoints": [ + { + "schemes": [ + "https://commaful.com/play/*" + ], + "url": "https://commaful.com/api/oembed/" + } + ] + }, + { + "provider_name": "Coub", + "provider_url": "http://coub.com/", + "endpoints": [ + { + "schemes": [ + "http://coub.com/view/*", + "http://coub.com/embed/*" + ], + "url": "http://coub.com/api/oembed.{format}" + } + ] + }, + { + "provider_name": "Crowd Ranking", + "provider_url": "http://crowdranking.com", + "endpoints": [ + { + "schemes": [ + "http://crowdranking.com/*/*" + ], + "url": "http://crowdranking.com/api/oembed.{format}" + } + ] + }, + { + "provider_name": "Crumb.sh", + "provider_url": "https://crumb.sh", + "endpoints": [ + { + "schemes": [ + "https://crumb.sh/*" + ], + "url": "https://crumb.sh/oembed/" + } + ] + }, + { + "provider_name": "Cueup DJ Booking", + "provider_url": "https://cueup.io", + "endpoints": [ + { + "schemes": [ + "https://cueup.io/user/*/sounds/*" + ], + "url": "https://gql.cueup.io/oembed" + } + ] + }, + { + "provider_name": "Curated", + "provider_url": "https://curated.co/", + "endpoints": [ + { + "schemes": [ + "https://*.curated.co/*" + ], + "url": "https://api.curated.co/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "CustomerDB", + "provider_url": "http://customerdb.com/", + "endpoints": [ + { + "schemes": [ + "https://app.customerdb.com/share/*" + ], + "url": "https://app.customerdb.com/embed" + } + ] + }, + { + "provider_name": "dadan", + "provider_url": "https://www.dadan.io", + "endpoints": [ + { + "schemes": [ + "https://app.dadan.io/*", + "https://stage.dadan.io/*" + ], + "url": "https://app.dadan.io/api/video/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Dailymotion", + "provider_url": "https://www.dailymotion.com", + "endpoints": [ + { + "schemes": [ + "https://www.dailymotion.com/video/*", + "https://geo.dailymotion.com/player.html?video=*" + ], + "url": "https://www.dailymotion.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "DALEXNI", + "provider_url": "https://dalexni.com/", + "endpoints": [ + { + "schemes": [ + "https://dalexni.com/i/*" + ], + "url": "https://dalexni.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Datawrapper", + "provider_url": "http://www.datawrapper.de", + "endpoints": [ + { + "schemes": [ + "https://datawrapper.dwcdn.net/*" + ], + "url": "https://api.datawrapper.de/v3/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Deseret News", + "provider_url": "https://www.deseret.com", + "endpoints": [ + { + "schemes": [ + "https://*.deseret.com/*" + ], + "url": "https://embed.deseret.com/" + } + ] + }, + { + "provider_name": "Deviantart.com", + "provider_url": "http://www.deviantart.com", + "endpoints": [ + { + "schemes": [ + "http://*.deviantart.com/art/*", + "http://*.deviantart.com/*#/d*", + "http://fav.me/*", + "http://sta.sh/*", + "https://*.deviantart.com/art/*", + "https://*.deviantart.com/*/art/*", + "https://sta.sh/*", + "https://*.deviantart.com/*#/d*" + ], + "url": "http://backend.deviantart.com/oembed" + } + ] + }, + { + "provider_name": "Digiteka", + "provider_url": "https://www.ultimedia.com/", + "endpoints": [ + { + "schemes": [ + "https://www.ultimedia.com/central/video/edit/id/*/topic_id/*/", + "https://www.ultimedia.com/default/index/videogeneric/id/*/showtitle/1/viewnc/1", + "https://www.ultimedia.com/default/index/videogeneric/id/*" + ], + "url": "https://www.ultimedia.com/api/search/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "DocDroid", + "provider_url": "https://www.docdroid.net/", + "endpoints": [ + { + "schemes": [ + "https://*.docdroid.net/*", + "http://*.docdroid.net/*", + "https://docdro.id/*", + "http://docdro.id/*", + "https://*.docdroid.com/*", + "http://*.docdroid.com/*" + ], + "url": "https://www.docdroid.net/api/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Docswell", + "provider_url": "https://docswell.com", + "endpoints": [ + { + "schemes": [ + "http://docswell.com/s/*/*", + "https://docswell.com/s/*/*", + "http://www.docswell.com/s/*/*", + "https://www.docswell.com/s/*/*" + ], + "url": "https://www.docswell.com/service/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Dotsub", + "provider_url": "http://dotsub.com/", + "endpoints": [ + { + "schemes": [ + "http://dotsub.com/view/*" + ], + "url": "http://dotsub.com/services/oembed" + } + ] + }, + { + "provider_name": "Dream Broker", + "provider_url": "https://dreambroker.com", + "endpoints": [ + { + "schemes": [ + "https://www.dreambroker.com/channel/*/*" + ], + "url": "https://dreambroker.com/channel/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "DTube", + "provider_url": "https://d.tube/", + "endpoints": [ + { + "schemes": [ + "https://d.tube/v/*" + ], + "url": "https://api.d.tube/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "EchoesHQ", + "provider_url": "https://echoeshq.com", + "endpoints": [ + { + "schemes": [ + "http://app.echoeshq.com/embed/*" + ], + "url": "https://api.echoeshq.com/oembed", + "formats": [ + "json", + "xml" + ], + "discovery": true + } + ] + }, + { + "provider_name": "eduMedia", + "provider_url": "https://www.edumedia-sciences.com/", + "endpoints": [ + { + "url": "https://www.edumedia-sciences.com/oembed.json", + "discovery": true + }, + { + "url": "https://www.edumedia-sciences.com/oembed.xml", + "discovery": true + } + ] + }, + { + "provider_name": "EgliseInfo", + "provider_url": "http://egliseinfo.catholique.fr/", + "endpoints": [ + { + "schemes": [ + "http://egliseinfo.catholique.fr/*" + ], + "url": "http://egliseinfo.catholique.fr/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Embedery", + "provider_url": "https://embedery.com/", + "endpoints": [ + { + "schemes": [ + "https://embedery.com/widget/*" + ], + "url": "https://embedery.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Ethfiddle", + "provider_url": "https://www.ethfiddle.com/", + "endpoints": [ + { + "schemes": [ + "https://ethfiddle.com/*" + ], + "url": "https://ethfiddle.com/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "EventLive", + "provider_url": "https://eventlive.pro", + "endpoints": [ + { + "schemes": [ + "https://evt.live/*", + "https://evt.live/*/*", + "https://live.eventlive.pro/*", + "https://live.eventlive.pro/*/*" + ], + "url": "https://evt.live/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "everviz", + "provider_url": "https://everviz.com", + "endpoints": [ + { + "schemes": [ + "https://app.everviz.com/embed/*", + "http://app.everviz.com/embed/*" + ], + "url": "https://api.everviz.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Ex.Co", + "provider_url": "https://ex.co", + "endpoints": [ + { + "schemes": [ + "https://app.ex.co/stories/*", + "https://www.playbuzz.com/*" + ], + "url": "https://oembed.ex.co/item", + "discovery": false + } + ] + }, + { + "provider_name": "Eyrie", + "provider_url": "https://eyrie.io/", + "endpoints": [ + { + "schemes": [ + "https://eyrie.io/board/*", + "https://eyrie.io/sparkfun/*" + ], + "url": "https://eyrie.io/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Facebook", + "provider_url": "https://www.facebook.com/", + "endpoints": [ + { + "schemes": [ + "https://www.facebook.com/*/posts/*", + "https://www.facebook.com/*/activity/*", + "https://www.facebook.com/*/photos/*", + "https://www.facebook.com/photo.php?fbid=*", + "https://www.facebook.com/photos/*", + "https://www.facebook.com/permalink.php?story_fbid=*", + "https://www.facebook.com/media/set?set=*", + "https://www.facebook.com/questions/*", + "https://www.facebook.com/notes/*/*/*" + ], + "url": "https://graph.facebook.com/v16.0/oembed_post", + "discovery": false + }, + { + "schemes": [ + "https://www.facebook.com/*/videos/*", + "https://www.facebook.com/video.php?id=*", + "https://www.facebook.com/video.php?v=*" + ], + "url": "https://graph.facebook.com/v16.0/oembed_video", + "discovery": false + }, + { + "schemes": [ + "https://www.facebook.com/*" + ], + "url": "https://graph.facebook.com/v16.0/oembed_page", + "discovery": false + } + ] + }, + { + "provider_name": "Fader", + "provider_url": "https://app.getfader.com", + "endpoints": [ + { + "schemes": [ + "https://app.getfader.com/projects/*/publish" + ], + "url": "https://app.getfader.com/api/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Faithlife TV", + "provider_url": "https://faithlifetv.com", + "endpoints": [ + { + "schemes": [ + "https://faithlifetv.com/items/*", + "https://faithlifetv.com/items/resource/*/*", + "https://faithlifetv.com/media/*", + "https://faithlifetv.com/media/assets/*", + "https://faithlifetv.com/media/resource/*/*" + ], + "url": "https://faithlifetv.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Figma", + "provider_url": "https://www.figma.com", + "endpoints": [ + { + "schemes": [ + "https://www.figma.com/file/*" + ], + "url": "https://www.figma.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Firework", + "provider_url": "https://fireworktv.com/", + "endpoints": [ + { + "schemes": [ + "https://*.fireworktv.com/*", + "https://*.fireworktv.com/embed/*/v/*" + ], + "url": "https://www.fireworktv.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "FITE", + "provider_url": "https://www.fite.tv/", + "endpoints": [ + { + "schemes": [ + "https://www.fite.tv/watch/*" + ], + "url": "https://www.fite.tv/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Flat", + "provider_url": "https://flat.io", + "endpoints": [ + { + "schemes": [ + "https://flat.io/score/*", + "https://*.flat.io/score/*" + ], + "url": "https://flat.io/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Flickr", + "provider_url": "https://www.flickr.com/", + "endpoints": [ + { + "schemes": [ + "http://*.flickr.com/photos/*", + "http://flic.kr/p/*", + "https://*.flickr.com/photos/*", + "https://flic.kr/p/*", + "https://*.*.flickr.com/*/*", + "http://*.*.flickr.com/*/*" + ], + "url": "https://www.flickr.com/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Flourish", + "provider_url": "https://flourish.studio/", + "endpoints": [ + { + "schemes": [ + "https://public.flourish.studio/visualisation/*", + "https://public.flourish.studio/story/*" + ], + "url": "https://app.flourish.studio/api/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "FlowHubOrg", + "provider_url": "https://flows.flowhub.org", + "endpoints": [ + { + "url": "https://flowhub.org/o/embed", + "schemes": [ + "https://flowhub.org/f/*", + "https://flowhub.org/s/*" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Fooday", + "provider_url": "https://fooday.app", + "endpoints": [ + { + "schemes": [ + "https://fooday.app/*/reviews/*", + "https://fooday.app/*/spots/*" + ], + "url": "https://fooday.app/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "FOX SPORTS Australia", + "provider_url": "http://www.foxsports.com.au", + "endpoints": [ + { + "schemes": [ + "http://fiso.foxsports.com.au/isomorphic-widget/*", + "https://fiso.foxsports.com.au/isomorphic-widget/*" + ], + "url": "https://fiso.foxsports.com.au/oembed" + } + ] + }, + { + "provider_name": "FrameBuzz", + "provider_url": "https://framebuzz.com/", + "endpoints": [ + { + "schemes": [ + "http://framebuzz.com/v/*", + "https://framebuzz.com/v/*" + ], + "url": "https://framebuzz.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Framer", + "provider_url": "https://www.framer.com", + "endpoints": [ + { + "schemes": [ + "https://framer.com/share/*", + "https://framer.com/embed/*" + ], + "url": "https://api.framer.com/web/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Geograph Britain and Ireland", + "provider_url": "https://www.geograph.org.uk/", + "endpoints": [ + { + "schemes": [ + "http://*.geograph.org.uk/*", + "http://*.geograph.co.uk/*", + "http://*.geograph.ie/*", + "http://*.wikimedia.org/*_geograph.org.uk_*" + ], + "url": "http://api.geograph.org.uk/api/oembed" + } + ] + }, + { + "provider_name": "Geograph Channel Islands", + "provider_url": "http://channel-islands.geograph.org/", + "endpoints": [ + { + "schemes": [ + "http://*.geograph.org.gg/*", + "http://*.geograph.org.je/*", + "http://channel-islands.geograph.org/*", + "http://channel-islands.geographs.org/*", + "http://*.channel.geographs.org/*" + ], + "url": "http://www.geograph.org.gg/api/oembed" + } + ] + }, + { + "provider_name": "Geograph Germany", + "provider_url": "http://geo-en.hlipp.de/", + "endpoints": [ + { + "schemes": [ + "http://geo-en.hlipp.de/*", + "http://geo.hlipp.de/*", + "http://germany.geograph.org/*" + ], + "url": "http://geo.hlipp.de/restapi.php/api/oembed" + } + ] + }, + { + "provider_name": "Getty Images", + "provider_url": "http://www.gettyimages.com/", + "endpoints": [ + { + "schemes": [ + "http://gty.im/*" + ], + "url": "http://embed.gettyimages.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Gifnote", + "provider_url": "https://www.gifnote.com/", + "endpoints": [ + { + "url": "https://www.gifnote.com/services/oembed", + "schemes": [ + "https://www.gifnote.com/play/*" + ], + "discovery": true + } + ] + }, + { + "provider_name": "GIPHY", + "provider_url": "https://giphy.com", + "endpoints": [ + { + "schemes": [ + "https://giphy.com/gifs/*", + "https://giphy.com/clips/*", + "http://gph.is/*", + "https://media.giphy.com/media/*/giphy.gif" + ], + "url": "https://giphy.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "GloriaTV", + "provider_url": "https://gloria.tv/", + "endpoints": [ + { + "url": "https://gloria.tv/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "GMetri", + "provider_url": "https://www.gmetri.com/", + "endpoints": [ + { + "schemes": [ + "https://view.gmetri.com/*", + "https://*.gmetri.com/*" + ], + "url": "https://embed.gmetri.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Gong", + "provider_url": "https://www.gong.io/", + "endpoints": [ + { + "schemes": [ + "https://app.gong.io/call?id=*" + ], + "url": "https://app.gong.io/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Grain", + "provider_url": "https://grain.com", + "endpoints": [ + { + "schemes": [ + "https://grain.co/highlight/*", + "https://grain.co/share/*", + "https://grain.com/share/*" + ], + "url": "https://api.grain.com/_/api/oembed" + } + ] + }, + { + "provider_name": "GT Channel", + "provider_url": "https://gtchannel.com", + "endpoints": [ + { + "schemes": [ + "https://gtchannel.com/watch/*" + ], + "url": "https://api.luminery.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Gumlet", + "provider_url": "https://www.gumlet.com/", + "endpoints": [ + { + "schemes": [ + "https://gumlet.tv/watch/*", + "https://www.gumlet.com/watch/*", + "https://play.gumlet.io/embed/*" + ], + "url": "https://api.gumlet.com/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Gyazo", + "provider_url": "https://gyazo.com", + "endpoints": [ + { + "schemes": [ + "https://gyazo.com/*" + ], + "url": "https://api.gyazo.com/api/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "HASH", + "provider_url": "https://hash.ai", + "endpoints": [ + { + "schemes": [ + "https://core.hash.ai/@*" + ], + "url": "https://api.hash.ai/oembed", + "discovery": false + } + ] + }, + { + "provider_name": "hearthis.at", + "provider_url": "https://hearthis.at/", + "endpoints": [ + { + "schemes": [ + "https://hearthis.at/*/*/", + "https://hearthis.at/*/set/*/" + ], + "url": "https://hearthis.at/oembed/?format=json", + "discovery": true + } + ] + }, + { + "provider_name": "Heyzine", + "provider_url": "https://heyzine.com", + "endpoints": [ + { + "schemes": [ + "https://heyzine.com/flip-book/*", + "https://*.hflip.co/*", + "https://*.aflip.in/*" + ], + "url": "https://heyzine.com/api1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "hihaho", + "provider_url": "https://www.hihaho.com", + "endpoints": [ + { + "schemes": [ + "https://player.hihaho.com/*" + ], + "url": "https://player.hihaho.com/services/oembed", + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "HippoVideo", + "provider_url": "https://hippovideo.io", + "endpoints": [ + { + "schemes": [ + "http://*.hippovideo.io/*", + "https://*.hippovideo.io/*" + ], + "url": "https://www.hippovideo.io/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Homey", + "provider_url": "https://homey.app", + "endpoints": [ + { + "schemes": [ + "https://homey.app/f/*", + "https://homey.app/*/flow/*" + ], + "url": "https://homey.app/api/oembed/flow", + "discovery": true + } + ] + }, + { + "provider_name": "Hopvue", + "provider_url": "https://www.hopvue.com", + "endpoints": [ + { + "schemes": [ + "https://*.hopvue.com/*" + ], + "url": "https://portal.hopvue.com/api/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "HuffDuffer", + "provider_url": "http://huffduffer.com", + "endpoints": [ + { + "schemes": [ + "http://huffduffer.com/*/*" + ], + "url": "http://huffduffer.com/oembed" + } + ] + }, + { + "provider_name": "Hulu", + "provider_url": "http://www.hulu.com/", + "endpoints": [ + { + "schemes": [ + "http://www.hulu.com/watch/*" + ], + "url": "http://www.hulu.com/api/oembed.{format}" + } + ] + }, + { + "provider_name": "Ideamapper", + "provider_url": "https://ideamapper.com/", + "endpoints": [ + { + "schemes": [ + "https://oembed.ideamapper.com/*" + ], + "url": "https://oembed.ideamapper.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Idomoo", + "provider_url": "https://idomoo.com/", + "endpoints": [ + { + "schemes": [ + "https://*.idomoo.com/*" + ], + "url": "https://oembed.idomoo.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "iFixit", + "provider_url": "http://www.iFixit.com", + "endpoints": [ + { + "schemes": [ + "http://www.ifixit.com/Guide/View/*" + ], + "url": "http://www.ifixit.com/Embed" + } + ] + }, + { + "provider_name": "IFTTT", + "provider_url": "http://www.ifttt.com/", + "endpoints": [ + { + "schemes": [ + "http://ifttt.com/recipes/*" + ], + "url": "http://www.ifttt.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "iHeartRadio", + "provider_url": "https://www.iheart.com", + "endpoints": [ + { + "schemes": [ + "https://www.iheart.com/podcast/*/*" + ], + "url": "https://www.iheart.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "iMenuPro", + "provider_url": "https://imenupro.com", + "endpoints": [ + { + "schemes": [ + "http://qr.imenupro.com/*", + "https://qr.imenupro.com/*" + ], + "url": "https://qr.imenupro.com/api/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Incredible", + "provider_url": "https://incredible.dev", + "endpoints": [ + { + "schemes": [ + "https://incredible.dev/watch/*" + ], + "url": "https://oembed.incredible.dev/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Indaco", + "provider_url": "https://player.indacolive.com/", + "endpoints": [ + { + "schemes": [ + "https://player.indacolive.com/player/jwp/clients/*" + ], + "url": "https://player.indacolive.com/services/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Infogram", + "provider_url": "https://infogram.com/", + "endpoints": [ + { + "schemes": [ + "https://infogram.com/*" + ], + "url": "https://infogram.com/oembed" + } + ] + }, + { + "provider_name": "Infoveave", + "provider_url": "https://infoveave.net/", + "endpoints": [ + { + "schemes": [ + "https://*.infoveave.net/E/*", + "https://*.infoveave.net/P/*" + ], + "url": "https://infoveave.net/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Injurymap", + "provider_url": "https://www.injurymap.com/", + "endpoints": [ + { + "schemes": [ + "https://www.injurymap.com/exercises/*" + ], + "url": "https://www.injurymap.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Inoreader", + "provider_url": "https://www.inoreader.com", + "endpoints": [ + { + "schemes": [ + "https://www.inoreader.com/oembed/" + ], + "url": "https://www.inoreader.com/oembed/api/", + "discovery": true + } + ] + }, + { + "provider_name": "inphood", + "provider_url": "http://inphood.com/", + "endpoints": [ + { + "schemes": [ + "http://*.inphood.com/*" + ], + "url": "http://api.inphood.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Instagram", + "provider_url": "https://instagram.com", + "endpoints": [ + { + "schemes": [ + "http://instagram.com/*/p/*,", + "http://www.instagram.com/*/p/*,", + "https://instagram.com/*/p/*,", + "https://www.instagram.com/*/p/*,", + "http://instagram.com/p/*", + "http://instagr.am/p/*", + "http://www.instagram.com/p/*", + "http://www.instagr.am/p/*", + "https://instagram.com/p/*", + "https://instagr.am/p/*", + "https://www.instagram.com/p/*", + "https://www.instagr.am/p/*", + "http://instagram.com/tv/*", + "http://instagr.am/tv/*", + "http://www.instagram.com/tv/*", + "http://www.instagr.am/tv/*", + "https://instagram.com/tv/*", + "https://instagr.am/tv/*", + "https://www.instagram.com/tv/*", + "https://www.instagr.am/tv/*", + "http://www.instagram.com/reel/*", + "https://www.instagram.com/reel/*", + "http://instagram.com/reel/*", + "https://instagram.com/reel/*", + "http://instagr.am/reel/*", + "https://instagr.am/reel/*" + ], + "url": "https://graph.facebook.com/v16.0/instagram_oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Insticator Inc", + "provider_url": "https://www.insticator.com/", + "endpoints": [ + { + "schemes": [ + "https://ppa.insticator.com/embed-unit/*" + ], + "url": "https://www.insticator.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Issuu", + "provider_url": "https://issuu.com/", + "endpoints": [ + { + "schemes": [ + "https://issuu.com/*/docs/*" + ], + "url": "https://issuu.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "itemis CREATE", + "provider_url": "https://play.itemis.io", + "endpoints": [ + { + "schemes": [ + "https://play.itemis.io/*" + ], + "url": "https://create.storage.api.itemis.io/api/embed" + } + ] + }, + { + "provider_name": "Jovian", + "provider_url": "https://jovian.com/", + "endpoints": [ + { + "schemes": [ + "https://jovian.ml/*", + "https://jovian.ml/viewer*", + "https://*.jovian.ml/*", + "https://jovian.ai/*", + "https://jovian.ai/viewer*", + "https://*.jovian.ai/*", + "https://jovian.com/*", + "https://jovian.com/viewer*", + "https://*.jovian.com/*" + ], + "url": "https://api.jovian.com/oembed.json", + "discovery": true + } + ] + }, + { + "provider_name": "KakaoTv", + "provider_url": "https://tv.kakao.com/", + "endpoints": [ + { + "schemes": [ + "https://tv.kakao.com/channel/*/cliplink/*", + "https://tv.kakao.com/m/channel/*/cliplink/*", + "https://tv.kakao.com/channel/v/*", + "https://tv.kakao.com/channel/*/livelink/*", + "https://tv.kakao.com/m/channel/*/livelink/*", + "https://tv.kakao.com/channel/l/*" + ], + "url": "https://tv.kakao.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Kickstarter", + "provider_url": "http://www.kickstarter.com", + "endpoints": [ + { + "schemes": [ + "http://www.kickstarter.com/projects/*" + ], + "url": "http://www.kickstarter.com/services/oembed" + } + ] + }, + { + "provider_name": "Kidoju", + "provider_url": "https://www.kidoju.com/", + "endpoints": [ + { + "schemes": [ + "https://www.kidoju.com/en/x/*/*", + "https://www.kidoju.com/fr/x/*/*" + ], + "url": "https://www.kidoju.com/api/oembed" + } + ] + }, + { + "provider_name": "Kirim.Email", + "provider_url": "https://kirim.email/", + "endpoints": [ + { + "schemes": [ + "https://halaman.email/form/*", + "https://aplikasi.kirim.email/form/*" + ], + "url": "https://halaman.email/service/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Kit", + "provider_url": "https://kit.co/", + "endpoints": [ + { + "schemes": [ + "http://kit.co/*/*", + "https://kit.co/*/*" + ], + "url": "https://embed.kit.co/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Kitchenbowl", + "provider_url": "http://www.kitchenbowl.com", + "endpoints": [ + { + "schemes": [ + "http://www.kitchenbowl.com/recipe/*" + ], + "url": "http://www.kitchenbowl.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "kmdr", + "provider_url": "https://kmdr.sh", + "endpoints": [ + { + "schemes": [ + "https://app.kmdr.sh/h/*", + "https://app.kmdr.sh/history/*" + ], + "url": "https://api.kmdr.sh/services/oembed" + } + ] + }, + { + "provider_name": "Knacki", + "provider_url": "http://jdr.knacki.info", + "endpoints": [ + { + "schemes": [ + "http://jdr.knacki.info/meuh/*", + "https://jdr.knacki.info/meuh/*" + ], + "url": "https://jdr.knacki.info/oembed" + } + ] + }, + { + "provider_name": "Knowledge Pad", + "provider_url": "https://knowledgepad.co/", + "endpoints": [ + { + "schemes": [ + "https://knowledgepad.co/#/knowledge/*" + ], + "url": "https://api.spoonacular.com/knowledge/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Kooapp", + "provider_url": "https://kooapp.com", + "endpoints": [ + { + "schemes": [ + "https://*.kooapp.com/koo/*", + "http://*.kooapp.com/koo/*" + ], + "url": "https://embed.kooapp.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Kurozora", + "provider_url": "https://kurozora.app/", + "endpoints": [ + { + "schemes": [ + "https://kurozora.app/episodes*", + "https://kurozora.app/songs*" + ], + "url": "https://kurozora.app/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "LearningApps.org", + "provider_url": "http://learningapps.org/", + "endpoints": [ + { + "schemes": [ + "http://learningapps.org/*" + ], + "url": "http://learningapps.org/oembed.php", + "discovery": true + } + ] + }, + { + "provider_name": "LeMans.Pod", + "provider_url": "https://umotion-test.univ-lemans.fr/", + "endpoints": [ + { + "schemes": [ + "https://umotion-test.univ-lemans.fr/video/*" + ], + "url": "https://umotion-test.univ-lemans.fr/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Lille.Pod", + "provider_url": "https://pod.univ-lille.fr/", + "endpoints": [ + { + "schemes": [ + "https://pod.univ-lille.fr/video/*" + ], + "url": "https://pod.univ-lille.fr/video/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Line Place", + "provider_url": "https://place.line.me", + "endpoints": [ + { + "schemes": [ + "https://place.line.me/businesses/*" + ], + "url": "https://place.line.me/oembed" + } + ] + }, + { + "provider_name": "Livestream", + "provider_url": "https://livestream.com/", + "endpoints": [ + { + "schemes": [ + "https://livestream.com/accounts/*/events/*", + "https://livestream.com/accounts/*/events/*/videos/*", + "https://livestream.com/*/events/*", + "https://livestream.com/*/events/*/videos/*", + "https://livestream.com/*/*", + "https://livestream.com/*/*/videos/*" + ], + "url": "https://livestream.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "LottieFiles", + "provider_url": "https://lottiefiles.com/", + "endpoints": [ + { + "schemes": [ + "https://lottiefiles.com/*", + "https://*.lottiefiles.com/*", + "https://*.lottie.host/*", + "https://lottie.host/*" + ], + "url": "https://embed.lottiefiles.com/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Ludus", + "provider_url": "https://ludus.one", + "endpoints": [ + { + "schemes": [ + "https://app.ludus.one/*" + ], + "url": "https://app.ludus.one/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Lumiere", + "provider_url": "https://latd.com", + "endpoints": [ + { + "schemes": [ + "https://*.lumiere.is/v/*" + ], + "url": "https://admin.lumiere.is/api/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "MathEmbed", + "provider_url": "http://mathembed.com", + "endpoints": [ + { + "schemes": [ + "http://mathembed.com/latex?inputText=*", + "http://mathembed.com/latex?inputText=*" + ], + "url": "http://mathembed.com/oembed" + } + ] + }, + { + "provider_name": "Matterport", + "provider_url": "https://matterport.com/", + "endpoints": [ + { + "url": "https://my.matterport.com/api/v1/models/oembed/", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "me.me", + "provider_url": "https://me.me/", + "endpoints": [ + { + "schemes": [ + "https://me.me/i/*" + ], + "url": "https://me.me/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Mediastream", + "provider_url": "https://mdstrm.com/", + "endpoints": [ + { + "schemes": [ + "https://mdstrm.com/embed/*", + "https://mdstrm.com/live-stream/*", + "https://mdstrm.com/image/*" + ], + "url": "https://mdstrm.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Medienarchiv der Künste - Zürcher Hochschule der Künste", + "provider_url": "https://medienarchiv.zhdk.ch/", + "endpoints": [ + { + "schemes": [ + "https://medienarchiv.zhdk.ch/entries/*" + ], + "url": "https://medienarchiv.zhdk.ch/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Mermaid Ink", + "provider_url": "https://mermaid.ink", + "endpoints": [ + { + "schemes": [ + "https://mermaid.ink/img/*", + "https://mermaid.ink/svg/*" + ], + "url": "https://mermaid.ink/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Microsoft Stream", + "provider_url": "https://stream.microsoft.com", + "endpoints": [ + { + "schemes": [ + "https://*.microsoftstream.com/video/*", + "https://*.microsoftstream.com/channel/*" + ], + "url": "https://web.microsoftstream.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Minerva", + "provider_url": "https://www.minervaknows.com", + "endpoints": [ + { + "schemes": [ + "https://www.minervaknows.com/featured-recipes/*", + "https://www.minervaknows.com/themes/*", + "https://www.minervaknows.com/themes/*/recipes/*", + "https://app.minervaknows.com/recipes/*", + "https://app.minervaknows.com/recipes/*/follow" + ], + "url": "https://oembed.minervaknows.com", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Miro", + "provider_url": "https://miro.com/", + "endpoints": [ + { + "schemes": [ + "https://miro.com/app/board/*" + ], + "url": "https://miro.com/api/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "MixCloud", + "provider_url": "https://mixcloud.com/", + "endpoints": [ + { + "schemes": [ + "http://www.mixcloud.com/*/*/", + "https://www.mixcloud.com/*/*/" + ], + "url": "https://www.mixcloud.com/oembed/" + } + ] + }, + { + "provider_name": "Mixpanel", + "provider_url": "https://mixpanel.com/", + "endpoints": [ + { + "schemes": [ + "https://mixpanel.com/*" + ], + "url": "https://mixpanel.com/api/app/embed/oembed/" + } + ] + }, + { + "provider_name": "Moby Picture", + "provider_url": "http://www.mobypicture.com", + "endpoints": [ + { + "schemes": [ + "http://www.mobypicture.com/user/*/view/*", + "http://moby.to/*" + ], + "url": "http://api.mobypicture.com/oEmbed" + } + ] + }, + { + "provider_name": "Music Box Maniacs", + "provider_url": "https://musicboxmaniacs.com/", + "endpoints": [ + { + "schemes": [ + "https://musicboxmaniacs.com/explore/melody/*" + ], + "url": "https://musicboxmaniacs.com/embed/", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "myBeweeg", + "provider_url": "https://mybeweeg.com", + "endpoints": [ + { + "schemes": [ + "https://mybeweeg.com/w/*" + ], + "url": "https://mybeweeg.com/services/oembed" + } + ] + }, + { + "provider_name": "Namchey", + "provider_url": "https://namchey.com", + "endpoints": [ + { + "schemes": [ + "https://namchey.com/embeds/*" + ], + "url": "https://namchey.com/api/oembed", + "formats": [ + "json", + "xml" + ], + "discovery": true + } + ] + }, + { + "provider_name": "nanoo.tv", + "provider_url": "https://www.nanoo.tv/", + "endpoints": [ + { + "schemes": [ + "http://*.nanoo.tv/link/*", + "http://nanoo.tv/link/*", + "http://*.nanoo.pro/link/*", + "http://nanoo.pro/link/*", + "https://*.nanoo.tv/link/*", + "https://nanoo.tv/link/*", + "https://*.nanoo.pro/link/*", + "https://nanoo.pro/link/*", + "http://media.zhdk.ch/signatur/*", + "http://new.media.zhdk.ch/signatur/*", + "https://media.zhdk.ch/signatur/*", + "https://new.media.zhdk.ch/signatur/*" + ], + "url": "https://www.nanoo.tv/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Nasjonalbiblioteket", + "provider_url": "https://www.nb.no/", + "endpoints": [ + { + "schemes": [ + "https://www.nb.no/items/*" + ], + "url": "https://api.nb.no/catalog/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Natural Atlas", + "provider_url": "https://naturalatlas.com/", + "endpoints": [ + { + "schemes": [ + "https://naturalatlas.com/*", + "https://naturalatlas.com/*/*", + "https://naturalatlas.com/*/*/*", + "https://naturalatlas.com/*/*/*/*" + ], + "url": "https://naturalatlas.com/oembed.{format}", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "NDLA - Norwegian Digital Learning Arena", + "provider_url": "https://ndla.no", + "endpoints": [ + { + "schemes": [ + "https://ndla.no/*", + "https://ndla.no/article/*", + "https://ndla.no/audio/*", + "https://ndla.no/concept/*", + "https://ndla.no/image/*", + "https://ndla.no/video/*" + ], + "url": "https://ndla.no/oembed", + "discovery": false + } + ] + }, + { + "provider_name": "neetoRecord", + "provider_url": "https://neetorecord.com", + "endpoints": [ + { + "schemes": [ + "https://*.neetorecord.com/watch/*" + ], + "url": "https://api.neetorecord.com/api/v1/oembed" + } + ] + }, + { + "provider_name": "nfb.ca", + "provider_url": "http://www.nfb.ca/", + "endpoints": [ + { + "schemes": [ + "http://*.nfb.ca/film/*" + ], + "url": "http://www.nfb.ca/remote/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "NoPaste", + "provider_url": "https://nopaste.ml", + "endpoints": [ + { + "schemes": [ + "https://nopaste.ml/*" + ], + "url": "https://oembed.nopaste.ml", + "discovery": false + } + ] + }, + { + "provider_name": "Observable", + "provider_url": "https://observablehq.com", + "endpoints": [ + { + "schemes": [ + "https://observablehq.com/@*/*", + "https://observablehq.com/d/*", + "https://observablehq.com/embed/*" + ], + "url": "https://api.observablehq.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Odds.com.au", + "provider_url": "https://www.odds.com.au", + "endpoints": [ + { + "schemes": [ + "https://www.odds.com.au/*", + "https://odds.com.au/*" + ], + "url": "https://www.odds.com.au/api/oembed/" + } + ] + }, + { + "provider_name": "Odesli (formerly Songlink)", + "provider_url": "https://odesli.co", + "endpoints": [ + { + "schemes": [ + "https://song.link/*", + "https://album.link/*", + "https://artist.link/*", + "https://playlist.link/*", + "https://pods.link/*", + "https://mylink.page/*", + "https://odesli.co/*" + ], + "url": "https://song.link/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Odysee", + "provider_url": "https://odysee.com", + "endpoints": [ + { + "schemes": [ + "https://odysee.com/*/*", + "https://odysee.com/*" + ], + "url": "https://odysee.com/$/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Official FM", + "provider_url": "http://official.fm", + "endpoints": [ + { + "schemes": [ + "http://official.fm/tracks/*", + "http://official.fm/playlists/*" + ], + "url": "http://official.fm/services/oembed.{format}" + } + ] + }, + { + "provider_name": "Omniscope", + "provider_url": "https://omniscope.me/", + "endpoints": [ + { + "schemes": [ + "https://omniscope.me/*" + ], + "url": "https://omniscope.me/_global_/oembed/json", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Omny Studio", + "provider_url": "https://omnystudio.com", + "endpoints": [ + { + "schemes": [ + "https://omny.fm/shows/*" + ], + "url": "https://omny.fm/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Orbitvu", + "provider_url": "https://orbitvu.co", + "endpoints": [ + { + "schemes": [ + "https://orbitvu.co/001/*/ov3601/view", + "https://orbitvu.co/001/*/ov3601/*/view", + "https://orbitvu.co/001/*/ov3602/*/view", + "https://orbitvu.co/001/*/2/orbittour/*/view", + "https://orbitvu.co/001/*/1/2/orbittour/*/view", + "http://orbitvu.co/001/*/ov3601/view", + "http://orbitvu.co/001/*/ov3601/*/view", + "http://orbitvu.co/001/*/ov3602/*/view", + "http://orbitvu.co/001/*/2/orbittour/*/view", + "http://orbitvu.co/001/*/1/2/orbittour/*/view" + ], + "url": "http://orbitvu.co/service/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Origits", + "provider_url": "https://origits.com/", + "endpoints": [ + { + "schemes": [ + "https://origits.com/v/*" + ], + "url": "https://origits.net/oembed", + "discovery": true + }, + { + "schemes": [ + "https://origits.com/v/*" + ], + "url": "https://origits.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Outplayed.tv", + "provider_url": "https://outplayed.tv/", + "endpoints": [ + { + "schemes": [ + "https://outplayed.tv/media/*" + ], + "url": "https://outplayed.tv/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Overflow", + "provider_url": "https://overflow.io", + "endpoints": [ + { + "schemes": [ + "https://overflow.io/s/*", + "https://overflow.io/embed/*" + ], + "url": "https://overflow.io/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "OZ", + "provider_url": "https://www.oz.com/", + "endpoints": [ + { + "schemes": [ + "https://www.oz.com/*/video/*" + ], + "url": "https://core.oz.com/oembed", + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Padlet", + "provider_url": "https://padlet.com/", + "endpoints": [ + { + "schemes": [ + "https://padlet.com/*" + ], + "url": "https://padlet.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Panda Video", + "provider_url": "https://pandavideo.com/", + "endpoints": [ + { + "schemes": [ + "https://*.tv.pandavideo.com.br/embed/?v=*", + "https://*.tv.pandavideo.com.br/*/playlist.m3u8", + "https://dashboard.pandavideo.com.br/#/videos/*" + ], + "url": "https://api-v2.pandavideo.com.br/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Pastery", + "provider_url": "https://www.pastery.net", + "endpoints": [ + { + "schemes": [ + "http://pastery.net/*", + "https://pastery.net/*", + "http://www.pastery.net/*", + "https://www.pastery.net/*" + ], + "url": "https://www.pastery.net/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Picturelfy", + "provider_url": "https://www.picturelfy.com/", + "endpoints": [ + { + "schemes": [ + "http://www.picturelfy.com/p/*", + "https://www.picturelfy.com/p/*" + ], + "url": "https://api.picturelfy.com/service/oembed/", + "discovery": false + } + ] + }, + { + "provider_name": "Piggy", + "provider_url": "https://piggy.to", + "endpoints": [ + { + "schemes": [ + "https://piggy.to/@*/*", + "https://piggy.to/view/*" + ], + "url": "https://piggy.to/oembed" + } + ] + }, + { + "provider_name": "Pikasso", + "provider_url": "https://builder.pikasso.xyz", + "endpoints": [ + { + "schemes": [ + "https://*.builder.pikasso.xyz/embed/*" + ], + "url": "https://builder.pikasso.xyz/api/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "PingVP", + "provider_url": "https://www.pingvp.com/", + "endpoints": [ + { + "url": "https://beta.pingvp.com.kpnis.nl/p/oembed.php", + "discovery": true + } + ] + }, + { + "provider_name": "Pinpoll", + "provider_url": "https://www.pinpoll.com/products/tools", + "endpoints": [ + { + "schemes": [ + "https://tools.pinpoll.com/embed/*" + ], + "url": "https://tools.pinpoll.com/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Pinterest", + "provider_url": "https://www.pinterest.com", + "endpoints": [ + { + "schemes": [ + "https://www.pinterest.com/*" + ], + "url": "https://www.pinterest.com/oembed.json", + "discovery": true + } + ] + }, + { + "provider_name": "PitchHub", + "provider_url": "https://www.pitchhub.com/", + "endpoints": [ + { + "schemes": [ + "https://player.pitchhub.com/en/public/player/*" + ], + "url": "https://player.pitchhub.com/en/public/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Pixdor", + "provider_url": "http://www.pixdor.com/", + "endpoints": [ + { + "schemes": [ + "https://store.pixdor.com/place-marker-widget/*/show", + "https://store.pixdor.com/map/*/show" + ], + "url": "https://store.pixdor.com/oembed", + "formats": [ + "json", + "xml" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Plusdocs", + "provider_url": "http://plusdocs.com", + "endpoints": [ + { + "schemes": [ + "https://app.plusdocs.com/*/snapshots/*", + "https://app.plusdocs.com/*/pages/edit/*", + "https://app.plusdocs.com/*/pages/share/*" + ], + "url": "https://app.plusdocs.com/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Podbean", + "provider_url": "http://podbean.com", + "endpoints": [ + { + "schemes": [ + "https://*.podbean.com/e/*", + "http://*.podbean.com/e/*" + ], + "url": "https://api.podbean.com/v1/oembed" + } + ] + }, + { + "provider_name": "Poll Daddy", + "provider_url": "http://polldaddy.com", + "endpoints": [ + { + "schemes": [ + "http://*.polldaddy.com/s/*", + "http://*.polldaddy.com/poll/*", + "http://*.polldaddy.com/ratings/*" + ], + "url": "http://polldaddy.com/oembed/" + } + ] + }, + { + "provider_name": "Portfolium", + "provider_url": "https://portfolium.com", + "endpoints": [ + { + "schemes": [ + "https://portfolium.com/entry/*" + ], + "url": "https://api.portfolium.com/oembed" + } + ] + }, + { + "provider_name": "Present", + "provider_url": "https://present.do", + "endpoints": [ + { + "schemes": [ + "https://present.do/decks/*" + ], + "url": "https://gateway.cobalt.run/present/decks/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Prezi Video", + "provider_url": "https://prezi.com/", + "endpoints": [ + { + "schemes": [ + "https://prezi.com/v/*", + "https://*.prezi.com/v/*" + ], + "url": "https://prezi.com/v/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "QTpi", + "provider_url": "https://qtpi.gg/", + "endpoints": [ + { + "schemes": [ + "https://qtpi.gg/fashion/*" + ], + "url": "https://qtpi.gg/fashion/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Quiz.biz", + "provider_url": "http://www.quiz.biz/", + "endpoints": [ + { + "schemes": [ + "http://www.quiz.biz/quizz-*.html" + ], + "url": "http://www.quiz.biz/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Quizz.biz", + "provider_url": "http://www.quizz.biz/", + "endpoints": [ + { + "schemes": [ + "http://www.quizz.biz/quizz-*.html" + ], + "url": "http://www.quizz.biz/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "RadioPublic", + "provider_url": "https://radiopublic.com", + "endpoints": [ + { + "schemes": [ + "https://play.radiopublic.com/*", + "https://radiopublic.com/*", + "https://www.radiopublic.com/*", + "http://play.radiopublic.com/*", + "http://radiopublic.com/*", + "http://www.radiopublic.com/*", + "https://*.radiopublic.com/*" + ], + "url": "https://oembed.radiopublic.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Raindrop", + "provider_url": "https://raindrop.io", + "endpoints": [ + { + "schemes": [ + "https://raindrop.io/*", + "https://raindrop.io/*/*", + "https://raindrop.io/*/*/*", + "https://raindrop.io/*/*/*/*" + ], + "url": "https://pub.raindrop.io/api/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "rcvis", + "provider_url": "https://www.rcvis.com/", + "endpoints": [ + { + "schemes": [ + "https://www.rcvis.com/v/*", + "https://www.rcvis.com/visualize=*", + "https://www.rcvis.com/ve/*", + "https://www.rcvis.com/visualizeEmbedded=*" + ], + "url": "https://animatron.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Reddit", + "provider_url": "https://reddit.com/", + "endpoints": [ + { + "schemes": [ + "https://reddit.com/r/*/comments/*/*", + "https://www.reddit.com/r/*/comments/*/*" + ], + "url": "https://www.reddit.com/oembed" + } + ] + }, + { + "provider_name": "ReleaseWire", + "provider_url": "http://www.releasewire.com/", + "endpoints": [ + { + "schemes": [ + "http://rwire.com/*" + ], + "url": "http://publisher.releasewire.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Replit", + "provider_url": "https://replit.com/", + "endpoints": [ + { + "schemes": [ + "https://repl.it/@*/*", + "https://replit.com/@*/*" + ], + "url": "https://replit.com/data/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "ReverbNation", + "provider_url": "https://www.reverbnation.com/", + "endpoints": [ + { + "schemes": [ + "https://www.reverbnation.com/*", + "https://www.reverbnation.com/*/songs/*" + ], + "url": "https://www.reverbnation.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Roomshare", + "provider_url": "http://roomshare.jp", + "endpoints": [ + { + "schemes": [ + "http://roomshare.jp/post/*", + "http://roomshare.jp/en/post/*" + ], + "url": "http://roomshare.jp/en/oembed.{format}" + } + ] + }, + { + "provider_name": "RoosterTeeth", + "provider_url": "https://roosterteeth.com", + "endpoints": [ + { + "schemes": [ + "https://roosterteeth.com/*" + ], + "url": "https://roosterteeth.com/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Rumble", + "provider_url": "https://rumble.com/", + "endpoints": [ + { + "url": "https://rumble.com/api/Media/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Runkit", + "provider_url": "https://runkit.com", + "endpoints": [ + { + "schemes": [ + "http://embed.runkit.com/*,", + "https://embed.runkit.com/*," + ], + "url": "https://embed.runkit.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Saooti", + "provider_url": "https://octopus.saooti.com", + "endpoints": [ + { + "schemes": [ + "https://octopus.saooti.com/main/pub/podcast/*" + ], + "url": "https://octopus.saooti.com/oembed" + } + ] + }, + { + "provider_name": "Sapo Videos", + "provider_url": "http://videos.sapo.pt", + "endpoints": [ + { + "schemes": [ + "http://videos.sapo.pt/*" + ], + "url": "http://videos.sapo.pt/oembed" + } + ] + }, + { + "provider_name": "Screen9", + "provider_url": "http://www.screen9.com/", + "endpoints": [ + { + "schemes": [ + "https://console.screen9.com/*", + "https://*.screen9.tv/*" + ], + "url": "https://api.screen9.com/oembed" + } + ] + }, + { + "provider_name": "Screencast.com", + "provider_url": "http://www.screencast.com/", + "endpoints": [ + { + "schemes": [ + "http://www.screencast.com/*" + ], + "url": "https://api.screencast.com/external/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Screenr", + "provider_url": "http://www.screenr.com/", + "endpoints": [ + { + "schemes": [ + "http://www.screenr.com/*/" + ], + "url": "http://www.screenr.com/api/oembed.{format}" + } + ] + }, + { + "provider_name": "ScribbleMaps", + "provider_url": "https://scribblemaps.com", + "endpoints": [ + { + "schemes": [ + "http://www.scribblemaps.com/maps/view/*", + "https://www.scribblemaps.com/maps/view/*", + "http://scribblemaps.com/maps/view/*", + "https://scribblemaps.com/maps/view/*" + ], + "url": "https://scribblemaps.com/api/services/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Scribd", + "provider_url": "http://www.scribd.com/", + "endpoints": [ + { + "schemes": [ + "http://www.scribd.com/doc/*" + ], + "url": "http://www.scribd.com/services/oembed/" + } + ] + }, + { + "provider_name": "SendtoNews", + "provider_url": "http://www.sendtonews.com/", + "endpoints": [ + { + "schemes": [ + "https://embed.sendtonews.com/oembed/*" + ], + "url": "https://embed.sendtonews.com/services/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Shopshare", + "provider_url": "https://shopshare.tv", + "endpoints": [ + { + "schemes": [ + "https://shopshare.tv/shopboard/*", + "https://shopshare.tv/shopcast/*" + ], + "url": "https://shopshare.tv/api/shopcast/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "ShortNote", + "provider_url": "https://www.shortnote.jp/", + "endpoints": [ + { + "schemes": [ + "https://www.shortnote.jp/view/notes/*" + ], + "url": "https://www.shortnote.jp/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Shoudio", + "provider_url": "http://shoudio.com", + "endpoints": [ + { + "schemes": [ + "http://shoudio.com/*", + "http://shoud.io/*" + ], + "url": "http://shoudio.com/api/oembed" + } + ] + }, + { + "provider_name": "Show by Animaker", + "provider_url": "https://getshow.io/", + "endpoints": [ + { + "schemes": [ + "https://app.getshow.io/iframe/*", + "https://*.getshow.io/share/*" + ], + "url": "https://api.getshow.io/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Show the Way, actionable location info", + "provider_url": "https://showtheway.io", + "endpoints": [ + { + "schemes": [ + "https://showtheway.io/to/*" + ], + "url": "https://showtheway.io/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Simplecast", + "provider_url": "https://simplecast.com", + "endpoints": [ + { + "schemes": [ + "https://simplecast.com/s/*" + ], + "url": "https://simplecast.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Sizzle", + "provider_url": "https://onsizzle.com/", + "endpoints": [ + { + "schemes": [ + "https://onsizzle.com/i/*" + ], + "url": "https://onsizzle.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Sketchfab", + "provider_url": "http://sketchfab.com", + "endpoints": [ + { + "schemes": [ + "http://sketchfab.com/*models/*", + "https://sketchfab.com/*models/*", + "https://sketchfab.com/*/folders/*" + ], + "url": "http://sketchfab.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "SlideShare", + "provider_url": "http://www.slideshare.net/", + "endpoints": [ + { + "schemes": [ + "https://www.slideshare.net/*/*", + "http://www.slideshare.net/*/*", + "https://fr.slideshare.net/*/*", + "http://fr.slideshare.net/*/*", + "https://de.slideshare.net/*/*", + "http://de.slideshare.net/*/*", + "https://es.slideshare.net/*/*", + "http://es.slideshare.net/*/*", + "https://pt.slideshare.net/*/*", + "http://pt.slideshare.net/*/*" + ], + "url": "https://www.slideshare.net/api/oembed/2", + "discovery": true + } + ] + }, + { + "provider_name": "SmashNotes", + "provider_url": "https://smashnotes.com", + "endpoints": [ + { + "schemes": [ + "https://smashnotes.com/p/*", + "https://smashnotes.com/p/*/e/* - https://smashnotes.com/p/*/e/*/s/*" + ], + "url": "https://smashnotes.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Smeme", + "provider_url": "https://smeme.com", + "endpoints": [ + { + "schemes": [ + "https://open.smeme.com/*" + ], + "url": "https://open.smeme.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Smrthi", + "provider_url": "https://www.smrthi.com", + "endpoints": [ + { + "schemes": [ + "https://www.smrthi.com/book/*" + ], + "url": "https://www.smrthi.com/api/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "SmugMug", + "provider_url": "https://www.smugmug.com/", + "endpoints": [ + { + "schemes": [ + "http://*.smugmug.com/*", + "https://*.smugmug.com/*" + ], + "url": "https://api.smugmug.com/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "SocialExplorer", + "provider_url": "https://www.socialexplorer.com/", + "endpoints": [ + { + "schemes": [ + "https://www.socialexplorer.com/*/explore", + "https://www.socialexplorer.com/*/view", + "https://www.socialexplorer.com/*/edit", + "https://www.socialexplorer.com/*/embed" + ], + "url": "https://www.socialexplorer.com/services/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "SoundCloud", + "provider_url": "http://soundcloud.com/", + "endpoints": [ + { + "schemes": [ + "http://soundcloud.com/*", + "https://soundcloud.com/*", + "https://on.soundcloud.com/*", + "https://soundcloud.app.goog.gl/*" + ], + "url": "https://soundcloud.com/oembed" + } + ] + }, + { + "provider_name": "SpeakerDeck", + "provider_url": "https://speakerdeck.com", + "endpoints": [ + { + "schemes": [ + "http://speakerdeck.com/*/*", + "https://speakerdeck.com/*/*" + ], + "url": "https://speakerdeck.com/oembed.json", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Spotify", + "provider_url": "https://spotify.com/", + "endpoints": [ + { + "schemes": [ + "https://open.spotify.com/*", + "spotify:*" + ], + "url": "https://open.spotify.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Spotlightr", + "provider_url": "https://spotlightr.com", + "endpoints": [ + { + "schemes": [ + "https://*.spotlightr.com/watch/*", + "https://*.spotlightr.com/publish/*", + "https://*.cdn.spotlightr.com/watch/*", + "https://*.cdn.spotlightr.com/publish/*" + ], + "url": "https://api.spotlightr.com/getOEmbed", + "discovery": true + } + ] + }, + { + "provider_name": "Spreaker", + "provider_url": "https://www.spreaker.com/", + "endpoints": [ + { + "schemes": [ + "http://*.spreaker.com/*", + "https://*.spreaker.com/*" + ], + "url": "https://api.spreaker.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "SproutVideo", + "provider_url": "https://sproutvideo.com", + "endpoints": [ + { + "schemes": [ + "https://sproutvideo.com/videos/*", + "https://*.vids.io/videos/*" + ], + "url": "http://sproutvideo.com/oembed.{format}", + "formats": [ + "json", + "xml" + ], + "discovery": true + } + ] + }, + { + "provider_name": "Spyke", + "provider_url": "https://spyke.social", + "endpoints": [ + { + "schemes": [ + "http://spyke.social/p/*", + "http://spyke.social/u/*", + "http://spyke.social/g/*", + "http://spyke.social/c/*", + "https://spyke.social/p/*", + "https://spyke.social/u/*", + "https://spyke.social/g/*", + "https://spyke.social/c/*", + "http://www.spyke.social/p/*", + "http://www.spyke.social/u/*", + "http://www.spyke.social/g/*", + "http://www.spyke.social/c/*", + "https://www.spyke.social/p/*", + "https://www.spyke.social/u/*", + "https://www.spyke.social/g/*", + "https://www.spyke.social/c/*" + ], + "url": "https://api.spyke.social/embed/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Stanford Digital Repository", + "provider_url": "https://purl.stanford.edu/", + "endpoints": [ + { + "schemes": [ + "https://purl.stanford.edu/*" + ], + "url": "https://purl.stanford.edu/embed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Streamable", + "provider_url": "https://streamable.com/", + "endpoints": [ + { + "schemes": [ + "http://streamable.com/*", + "https://streamable.com/*" + ], + "url": "https://api.streamable.com/oembed.json", + "discovery": true + } + ] + }, + { + "provider_name": "Streamio", + "provider_url": "https://www.streamio.com", + "endpoints": [ + { + "schemes": [ + "https://s3m.io/*", + "https://23m.io/*" + ], + "url": "https://streamio.com/api/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Subscribi", + "provider_url": "https://subscribi.io/", + "endpoints": [ + { + "schemes": [ + "https://subscribi.io/api/oembed*" + ], + "url": "https://subscribi.io/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Sudomemo", + "provider_url": "https://www.sudomemo.net/", + "endpoints": [ + { + "schemes": [ + "https://www.sudomemo.net/watch/*", + "http://www.sudomemo.net/watch/*", + "https://flipnot.es/*", + "http://flipnot.es/*" + ], + "url": "https://www.sudomemo.net/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Sutori", + "provider_url": "https://www.sutori.com/", + "endpoints": [ + { + "schemes": [ + "https://www.sutori.com/story/*" + ], + "url": "https://www.sutori.com/api/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Sway", + "provider_url": "https://www.sway.com", + "endpoints": [ + { + "schemes": [ + "https://sway.com/*", + "https://www.sway.com/*" + ], + "url": "https://sway.com/api/v1.0/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Sway Office", + "provider_url": "https://sway.office.com", + "endpoints": [ + { + "schemes": [ + "https://sway.office.com/*" + ], + "url": "https://sway.office.com/api/v1.0/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Synthesia", + "provider_url": "https://www.synthesia.io/", + "endpoints": [ + { + "schemes": [ + "https://share.synthesia.io/*" + ], + "url": "https://69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed", + "formats": [ + "json" + ], + "discovery": true + } + ] + }, + { + "provider_name": "TED", + "provider_url": "https://www.ted.com", + "endpoints": [ + { + "schemes": [ + "http://ted.com/talks/*", + "https://ted.com/talks/*", + "https://www.ted.com/talks/*" + ], + "url": "https://www.ted.com/services/v1/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "The New York Times", + "provider_url": "https://www.nytimes.com", + "endpoints": [ + { + "schemes": [ + "https://www.nytimes.com/svc/oembed", + "https://nytimes.com/*", + "https://*.nytimes.com/*" + ], + "url": "https://www.nytimes.com/svc/oembed/json/", + "discovery": true + } + ] + }, + { + "provider_name": "They Said So", + "provider_url": "https://theysaidso.com/", + "endpoints": [ + { + "schemes": [ + "https://theysaidso.com/image/*" + ], + "url": "https://theysaidso.com/extensions/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "TickCounter", + "provider_url": "https://www.tickcounter.com", + "endpoints": [ + { + "schemes": [ + "http://www.tickcounter.com/widget/*", + "http://www.tickcounter.com/countdown/*", + "http://www.tickcounter.com/countup/*", + "http://www.tickcounter.com/ticker/*", + "http://www.tickcounter.com/clock/*", + "http://www.tickcounter.com/worldclock/*", + "https://www.tickcounter.com/widget/*", + "https://www.tickcounter.com/countdown/*", + "https://www.tickcounter.com/countup/*", + "https://www.tickcounter.com/ticker/*", + "https://www.tickcounter.com/clock/*", + "https://www.tickcounter.com/worldclock/*" + ], + "url": "https://www.tickcounter.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "TikTok", + "provider_url": "http://www.tiktok.com/", + "endpoints": [ + { + "schemes": [ + "https://www.tiktok.com/*", + "https://www.tiktok.com/*/video/*" + ], + "url": "https://www.tiktok.com/oembed" + } + ] + }, + { + "provider_name": "Tonic Audio", + "provider_url": "https://tonicaudio.com/", + "endpoints": [ + { + "schemes": [ + "https://tonicaudio.com/take/*", + "https://tonicaudio.com/song/*", + "https://tnic.io/song/*", + "https://tnic.io/take/*" + ], + "url": "https://tonicaudio.com/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Toornament", + "provider_url": "https://www.toornament.com/", + "endpoints": [ + { + "schemes": [ + "https://www.toornament.com/tournaments/*/information", + "https://www.toornament.com/tournaments/*/registration/", + "https://www.toornament.com/tournaments/*/matches/schedule", + "https://www.toornament.com/tournaments/*/stages/*/" + ], + "url": "https://widget.toornament.com/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Topy", + "provider_url": "http://www.topy.se/", + "endpoints": [ + { + "schemes": [ + "http://www.topy.se/image/*" + ], + "url": "http://www.topy.se/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Totango", + "provider_url": "https://totango.com", + "endpoints": [ + { + "schemes": [ + "https://app-test.totango.com/*" + ], + "url": "https://app-test.totango.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Trackspace", + "provider_url": "http://trackspace.upitup.com/", + "endpoints": [ + { + "schemes": [ + "http://trackspace.upitup.com/*" + ], + "url": "https://trackspace.upitup.com/oembed" + } + ] + }, + { + "provider_name": "Trinity Audio", + "provider_url": "https://trinityaudio.ai", + "endpoints": [ + { + "schemes": [ + "https://trinitymedia.ai/player/*", + "https://trinitymedia.ai/player/*/*", + "https://trinitymedia.ai/player/*/*/*" + ], + "url": "https://trinitymedia.ai/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Tumblr", + "provider_url": "https://www.tumblr.com", + "endpoints": [ + { + "schemes": [ + "https://*.tumblr.com/post/*" + ], + "url": "https://www.tumblr.com/oembed/1.0" + } + ] + }, + { + "provider_name": "Tuxx", + "provider_url": "https://www.tuxx.be/", + "endpoints": [ + { + "schemes": [ + "https://www.tuxx.be/*" + ], + "url": "https://www.tuxx.be/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "tvcf", + "provider_url": "http://tvcf.co.kr", + "endpoints": [ + { + "schemes": [ + "https://play.tvcf.co.kr/*", + "https://*.tvcf.co.kr/*" + ], + "url": "https://play.tvcf.co.kr/rest/oembed" + } + ] + }, + { + "provider_name": "Twinmotion", + "provider_url": "https://twinmotion.unrealengine.com", + "endpoints": [ + { + "schemes": [ + "https://twinmotion.unrealengine.com/presentation/*", + "https://twinmotion.unrealengine.com/panorama/*" + ], + "url": "https://twinmotion.unrealengine.com/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Twitter", + "provider_url": "http://www.twitter.com/", + "endpoints": [ + { + "schemes": [ + "https://twitter.com/*", + "https://twitter.com/*/status/*", + "https://*.twitter.com/*/status/*" + ], + "url": "https://publish.twitter.com/oembed" + } + ] + }, + { + "provider_name": "TypeCast", + "provider_url": "https://typecast.ai", + "endpoints": [ + { + "schemes": [ + "https://play.typecast.ai/s/*", + "https://play.typecast.ai/e/*", + "https://play.typecast.ai/*" + ], + "url": "https://play.typecast.ai/oembed" + } + ] + }, + { + "provider_name": "Typlog", + "provider_url": "https://typlog.com", + "endpoints": [ + { + "url": "https://typlog.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "UAPod", + "provider_url": "https://uapod.univ-antilles.fr/", + "endpoints": [ + { + "schemes": [ + "https://uapod.univ-antilles.fr/video/*" + ], + "url": "https://uapod.univ-antilles.fr/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "University of Cambridge Map", + "provider_url": "https://map.cam.ac.uk", + "endpoints": [ + { + "schemes": [ + "https://map.cam.ac.uk/*" + ], + "url": "https://map.cam.ac.uk/oembed/" + } + ] + }, + { + "provider_name": "UnivParis1.Pod", + "provider_url": "https://mediatheque.univ-paris1.fr/", + "endpoints": [ + { + "schemes": [ + "https://mediatheque.univ-paris1.fr/video/*" + ], + "url": "https://mediatheque.univ-paris1.fr/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Upec.Pod", + "provider_url": "https://pod.u-pec.fr/", + "endpoints": [ + { + "schemes": [ + "https://pod.u-pec.fr/video/*" + ], + "url": "https://pod.u-pec.fr/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Ustream", + "provider_url": "http://www.ustream.tv", + "endpoints": [ + { + "schemes": [ + "http://*.ustream.tv/*", + "http://*.ustream.com/*" + ], + "url": "http://www.ustream.tv/oembed", + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "uStudio, Inc.", + "provider_url": "https://www.ustudio.com", + "endpoints": [ + { + "schemes": [ + "https://*.ustudio.com/embed/*", + "https://*.ustudio.com/embed/*/*" + ], + "url": "https://app.ustudio.com/api/v2/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "VeeR VR", + "provider_url": "http://veer.tv/", + "endpoints": [ + { + "schemes": [ + "http://veer.tv/videos/*" + ], + "url": "https://api.veer.tv/oembed", + "discovery": true + }, + { + "schemes": [ + "http://veervr.tv/videos/*" + ], + "url": "https://api.veervr.tv/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "VEVO", + "provider_url": "http://www.vevo.com/", + "endpoints": [ + { + "schemes": [ + "http://www.vevo.com/*", + "https://www.vevo.com/*" + ], + "url": "https://www.vevo.com/oembed", + "discovery": false + } + ] + }, + { + "provider_name": "Videfit", + "provider_url": "https://videfit.com/", + "endpoints": [ + { + "schemes": [ + "https://videfit.com/videos/*" + ], + "url": "https://videfit.com/oembed", + "discovery": false + } + ] + }, + { + "provider_name": "VidMount", + "provider_url": "https://vidmount.com/", + "endpoints": [ + { + "schemes": [ + "https://vidmount.com/*" + ], + "url": "https://vidmount.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Vidyard", + "provider_url": "https://vidyard.com", + "endpoints": [ + { + "schemes": [ + "http://*.vidyard.com/*", + "https://*.vidyard.com/*", + "http://*.hubs.vidyard.com/*", + "https://*.hubs.vidyard.com/*" + ], + "url": "https://api.vidyard.com/dashboard/v1.1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Vimeo", + "provider_url": "https://vimeo.com/", + "endpoints": [ + { + "schemes": [ + "https://vimeo.com/*", + "https://vimeo.com/album/*/video/*", + "https://vimeo.com/channels/*/*", + "https://vimeo.com/groups/*/videos/*", + "https://vimeo.com/ondemand/*/*", + "https://player.vimeo.com/video/*", + "https://vimeo.com/event/*/*" + ], + "url": "https://vimeo.com/api/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Viostream", + "provider_url": "https://www.viostream.com", + "endpoints": [ + { + "schemes": [ + "https://share.viostream.com/*" + ], + "url": "https://play.viostream.com/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Viously", + "provider_url": "https://www.viously.com", + "endpoints": [ + { + "schemes": [ + "https://www.viously.com/*/*" + ], + "url": "https://www.viously.com/oembed", + "discovery": true, + "formats": [ + "json", + "xml" + ] + } + ] + }, + { + "provider_name": "Vizydrop", + "provider_url": "https://vizydrop.com", + "endpoints": [ + { + "schemes": [ + "https://vizydrop.com/shared/*" + ], + "url": "https://vizydrop.com/oembed" + } + ] + }, + { + "provider_name": "Vlipsy", + "provider_url": "https://vlipsy.com/", + "endpoints": [ + { + "schemes": [ + "https://vlipsy.com/*" + ], + "url": "https://vlipsy.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "VLIVE", + "provider_url": "https://www.vlive.tv", + "endpoints": [ + { + "url": "https://www.vlive.tv/oembed", + "schemes": [ + "https://www.vlive.tv/video/*" + ], + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Vouch", + "provider_url": "https://www.vouchfor.com/", + "endpoints": [ + { + "schemes": [ + "https://*.vouchfor.com/*" + ], + "url": "https://embed.vouchfor.com/v1/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "VoxSnap", + "provider_url": "https://voxsnap.com/", + "endpoints": [ + { + "schemes": [ + "https://article.voxsnap.com/*/*" + ], + "url": "https://data.voxsnap.com/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Waltrack", + "provider_url": "https://waltrack/net", + "endpoints": [ + { + "schemes": [ + "https://waltrack.net/product/*" + ], + "url": "https://waltrack.net/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Wave.video", + "provider_url": "https://wave.video", + "endpoints": [ + { + "schemes": [ + "https://watch.wave.video/*", + "https://embed.wave.video/*" + ], + "url": "https://embed.wave.video/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Web3 is Going Just Great", + "provider_url": "https://www.web3isgoinggreat.com/", + "endpoints": [ + { + "schemes": [ + "https://www.web3isgoinggreat.com/?id=*", + "https://www.web3isgoinggreat.com/single/*", + "https://www.web3isgoinggreat.com/embed/*" + ], + "url": "https://www.web3isgoinggreat.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "wecandeo", + "provider_url": "https://www.wecandeo.com/", + "endpoints": [ + { + "schemes": [ + "https://play.wecandeo.com/video/v/*" + ], + "url": "https://play.wecandeo.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Whimsical", + "provider_url": "https://www.whimsical.com", + "endpoints": [ + { + "schemes": [ + "https://whimsical.com/*" + ], + "url": "https://whimsical.com/api/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Wistia, Inc.", + "provider_url": "https://wistia.com/", + "endpoints": [ + { + "schemes": [ + "https://fast.wistia.com/embed/iframe/*", + "https://fast.wistia.com/embed/playlists/*", + "https://*.wistia.com/medias/*" + ], + "url": "https://fast.wistia.com/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "wizer.me", + "provider_url": "https://www.wizer.me/", + "endpoints": [ + { + "schemes": [ + "https://*.wizer.me/learn/*", + "https://*.wizer.me/preview/*" + ], + "url": "https://app.wizer.me/api/oembed.{format}", + "discovery": true + } + ] + }, + { + "provider_name": "Wokwi", + "provider_url": "https://wokwi.com", + "endpoints": [ + { + "schemes": [ + "https://wokwi.com/share/*" + ], + "url": "https://wokwi.com/api/oembed", + "discovery": true, + "formats": [ + "json" + ] + } + ] + }, + { + "provider_name": "Wolfram Cloud", + "provider_url": "https://www.wolframcloud.com", + "endpoints": [ + { + "schemes": [ + "https://*.wolframcloud.com/*" + ], + "url": "https://www.wolframcloud.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "WordPress.com", + "provider_url": "https://wordpress.com/", + "endpoints": [ + { + "schemes": [ + "https://wordpress.com/*", + "http://wordpress.com/*", + "https://*.wordpress.com/*", + "http://*.wordpress.com/*", + "https://*.*.wordpress.com/*", + "http://*.*.wordpress.com/*", + "https://wp.me/*", + "http://wp.me/*" + ], + "url": "http://public-api.wordpress.com/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "X", + "provider_url": "http://www.x.com/", + "endpoints": [ + { + "schemes": [ + "https://x.com/*", + "https://x.com/*/status/*", + "https://*.x.com/*/status/*" + ], + "url": "https://publish.x.com/oembed" + } + ] + }, + { + "provider_name": "YouTube", + "provider_url": "https://www.youtube.com/", + "endpoints": [ + { + "schemes": [ + "https://*.youtube.com/watch*", + "https://*.youtube.com/v/*", + "https://youtu.be/*", + "https://*.youtube.com/playlist?list=*", + "https://youtube.com/playlist?list=*", + "https://*.youtube.com/shorts*", + "https://*.youtube.com/embed/*" + ], + "url": "https://www.youtube.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "YUMPU", + "provider_url": "https://www.yumpu.com/", + "endpoints": [ + { + "schemes": [ + "https://www.yumpu.com/*/document/view/*/*" + ], + "url": "https://www.yumpu.com/services/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "Zeplin", + "provider_url": "https://zeplin.io", + "endpoints": [ + { + "schemes": [ + "https://app.zeplin.io/project/*/screen/*", + "https://app.zeplin.io/project/*/screen/*/version/*", + "https://app.zeplin.io/project/*/styleguide/components?coid=*", + "https://app.zeplin.io/styleguide/*/components?coid=*" + ], + "url": "https://app.zeplin.io/embed", + "discovery": true + } + ] + }, + { + "provider_name": "ZingSoft", + "provider_url": "https://app.zingsoft.com", + "endpoints": [ + { + "schemes": [ + "https://app.zingsoft.com/embed/*", + "https://app.zingsoft.com/view/*" + ], + "url": "https://app.zingsoft.com/oembed", + "discovery": true + } + ] + }, + { + "provider_name": "ZnipeTV", + "provider_url": "https://www.znipe.tv/", + "endpoints": [ + { + "schemes": [ + "https://*.znipe.tv/*" + ], + "url": "https://api.znipe.tv/v3/oembed/", + "discovery": true + } + ] + }, + { + "provider_name": "Zoomable", + "provider_url": "https://zoomable.ca/", + "endpoints": [ + { + "schemes": [ + "https://srv2.zoomable.ca/viewer.php*" + ], + "url": "https://srv2.zoomable.ca/oembed", + "discovery": true + } + ] + } +] \ No newline at end of file diff --git a/utils/providers.prev.ts b/utils/providers.prev.ts new file mode 100644 index 0000000..a51445f --- /dev/null +++ b/utils/providers.prev.ts @@ -0,0 +1,2179 @@ +// provider data, synchronized at 2024-05-07T10:41:10.221Z + +export const providers = [ + { + "s": [ + "www\\.23hq\\.com/*/photo/*", + ], + "e": "www.23hq.com/23/oembed", + }, + { + "s": [ + "playout\\.3qsdn\\.com/embed/*", + ], + "e": "playout.3qsdn.com/oembed", + }, + { + "s": [ + "store\\.abraia\\.me/*", + ], + "e": "api.abraia.me/oembed", + }, + { + "s": [ + "play\\.acast\\.com/s/*", + ], + "e": "oembed.acast.com/v1/embed-player", + }, + { + "s": [ + "secure\\.actblue\\.com/donate/*", + ], + "e": "secure.actblue.com/cf/oembed", + }, + { + "s": [ + "adilo\\.bigcommand\\.com/watch/*", + ], + "e": "adilo.bigcommand.com/web/oembed", + }, + { + "s": [ + "vod\\.afreecatv\\.com/player/", + "v\\.afree\\.ca/ST/", + "vod\\.afreecatv\\.com/ST/", + "vod\\.afreecatv\\.com/PLAYER/STATION/", + "play\\.afreecatv\\.com/", + ], + "e": "openapi.afreecatv.com/oembed/embedinfo", + }, + { + "s": [ + "altium\\.com/viewer/*", + ], + "e": "viewer.altium.com/shell/oembed", + }, + { + "s": [ + "app\\.altrulabs\\.com/*/*?answer_id=*", + "app\\.altrulabs\\.com/player/*", + ], + "e": "api.altrulabs.com/api/v1/social/oembed", + }, + { + "s": [ + "live\\.amcharts\\.com/*", + ], + "e": "live.amcharts.com/oembed", + }, + { + "s": [ + "amtraker\\.com/trains/*", + "beta\\.amtraker\\.com/trains/*", + ], + "e": "api.amtraker.com/v2/oembed", + }, + { + "s": [ + "www\\.animatron\\.com/project/*", + "animatron\\.com/project/*", + ], + "e": "animatron.com/oembed/json", + }, + { + "s": [ + "animoto\\.com/play/*", + ], + "e": "animoto.com/oembeds/create", + }, + { + "s": [ + "anniemusic\\.app/t/*", + "anniemusic\\.app/p/*", + ], + "e": "api.anniemusic.app/api/v1/oembed", + }, + { + "s": [ + "storymaps\\.arcgis\\.com/stories/*", + ], + "e": "storymaps.arcgis.com/oembed", + }, + { + "s": [ + "app\\.archivos\\.digital/app/view/*", + ], + "e": "app.archivos.digital/oembed/", + }, + { + "s": [ + "*\\.studio\\.assemblrworld\\.com/creation/*", + "studio\\.assemblrworld\\.com/creation/*", + "*\\.app-edu\\.assemblrworld\\.com/Creation/*", + "app-edu\\.assemblrworld\\.com/Creation/*", + "assemblr\\.world/*", + "editor\\.assemblrworld\\.com/*", + "*\\.assemblrworld\\.com/creation/*", + "*\\.assemblrworld\\.com/Creation/*", + ], + "e": "studio.assemblrworld.com/api/oembed", + }, + { + "s": [ + "audio\\.com/*", + "www\\.audio\\.com/*", + ], + "e": "api.audio.com/oembed", + }, + { + "s": [ + "audioboom\\.com/channels/*", + "audioboom\\.com/channel/*", + "audioboom\\.com/playlists/*", + "audioboom\\.com/podcasts/*", + "audioboom\\.com/podcast/*", + "audioboom\\.com/posts/*", + "audioboom\\.com/episodes/*", + ], + "e": "audioboom.com/publishing/oembed.json", + }, + { + "s": [ + "audioclip\\.naver\\.com/channels/*/clips/*", + "audioclip\\.naver\\.com/audiobooks/*", + ], + "e": "audioclip.naver.com/oembed", + }, + { + "s": [ + "audiomack\\.com/*/song/*", + "audiomack\\.com/*/album/*", + "audiomack\\.com/*/playlist/*", + ], + "e": "audiomack.com/oembed", + }, + { + "s": [ + "podcasts\\.audiomeans\\.fr/*", + ], + "e": "podcasts.audiomeans.fr/services/oembed", + }, + { + "s": [ + "app\\.avocode\\.com/view/*", + ], + "e": "stage-embed.avocode.com/api/oembed", + }, + { + "s": [ + "backtracks\\.fm/*/*/e/*", + "backtracks\\.fm/*/s/*/*", + "backtracks\\.fm/*/*/*/*/e/*/*", + "backtracks\\.fm/*", + ], + "e": "backtracks.fm/oembed", + }, + { + "s": [ + "balsamiq\\.cloud/*", + ], + "e": "balsamiq.cloud/oembed", + }, + { + "s": [ + "beams\\.fm/*", + ], + "e": "api.beams.fm/oEmbed", + }, + { + "s": [], + "e": "www.beautiful.ai/api/oembed", + }, + { + "s": [ + "www\\.behance\\.net/gallery/*/*", + "www\\.behance\\.net/*/services/*/*", + ], + "e": "www.behance.net/services/oembed", + }, + { + "s": [ + "cloud\\.biqapp\\.com/*", + ], + "e": "biqapp.com/api/v1/video/oembed", + }, + { + "s": [ + "blackfire\\.io/profiles/*/graph", + "blackfire\\.io/profiles/compare/*/graph", + ], + "e": "blackfire.io/oembed", + }, + { + "s": [ + "blogcast\\.host/embed/*", + "blogcast\\.host/embedly/*", + ], + "e": "blogcast.host/oembed", + }, + { + "s": [ + "bsky\\.app/profile/*/post/*", + ], + "e": "embed.bsky.app/oembed", + }, + { + "s": [ + "www\\.bookingmood\\.com/embed/*/*", + ], + "e": "bookingmood.com/api/oembed", + }, + { + "s": [], + "e": "boxofficebuz.com/oembed", + }, + { + "s": [ + "view\\.briovr\\.com/api/v1/worlds/oembed/*", + ], + "e": "view.briovr.com/api/v1/worlds/oembed/", + }, + { + "s": [ + "www\\.bumper\\.com/oembed/bumper", + "www\\.bumper\\.com/oembed-s/bumper", + ], + "e": "www.bumper.com/oembed/bumper", + }, + { + "s": [ + "buttondown\\.email/*", + ], + "e": "buttondown.email/embed", + }, + { + "s": [ + "cmc\\.byzart\\.eu/files/*", + ], + "e": "cmc.byzart.eu/oembed/", + }, + { + "s": [ + "cacoo\\.com/diagrams/*", + ], + "e": "cacoo.com/oembed.json", + }, + { + "s": [ + "www\\.canva\\.com/design/*/view", + ], + "e": "www.canva.com/_oembed", + }, + { + "s": [ + "minesweeper\\.today/*", + ], + "e": "minesweeper.today/api/oembed", + }, + { + "s": [ + "img\\.catbo\\.at/*", + ], + "e": "img.catbo.at/oembed.json", + }, + { + "s": [ + "embeds\\.celero\\.io/*", + ], + "e": "api.celero.io/api/oembed", + }, + { + "s": [ + "view\\.ceros\\.com/*", + ], + "e": "view.ceros.com/oembed", + }, + { + "s": [ + "chainflix\\.net/video/*", + "chainflix\\.net/video/embed/*", + "*\\.chainflix\\.net/video/*", + "*\\.chainflix\\.net/video/embed/*", + ], + "e": "www.chainflix.net/video/oembed", + }, + { + "s": [ + "public\\.chartblocks\\.com/c/*", + ], + "e": "embed.chartblocks.com/1.0/oembed", + }, + { + "s": [ + "chirb\\.it/*", + ], + "e": "chirb.it/oembed.json", + }, + { + "s": [ + "chroco\\.ooo/mypage/*", + "chroco\\.ooo/story/*", + ], + "e": "chroco.ooo/embed", + }, + { + "s": [ + "www\\.circuitlab\\.com/circuit/*", + ], + "e": "www.circuitlab.com/circuit/oembed/", + }, + { + "s": [ + "www\\.clipland\\.com/v/*", + ], + "e": "www.clipland.com/api/oembed", + }, + { + "s": [ + "clyp\\.it/*", + "clyp\\.it/playlist/*", + ], + "e": "api.clyp.it/oembed/", + }, + { + "s": [ + "app\\.ilovecoco\\.video/*/embed", + ], + "e": "app.ilovecoco.video/api/oembed.json", + }, + { + "s": [ + "codehs\\.com/editor/share_abacus/*", + ], + "e": "codehs.com/api/sharedprogram/1/oembed/", + }, + { + "s": [ + "codepen\\.io/*", + ], + "e": "codepen.io/api/oembed", + }, + { + "s": [ + "codepoints\\.net/*", + "www\\.codepoints\\.net/*", + ], + "e": "codepoints.net/api/v1/oembed", + }, + { + "s": [ + "codesandbox\\.io/s/*", + "codesandbox\\.io/embed/*", + ], + "e": "codesandbox.io/oembed", + }, + { + "s": [ + "www\\.collegehumor\\.com/video/*", + ], + "e": "www.collegehumor.com/oembed.json", + }, + { + "s": [ + "commaful\\.com/play/*", + ], + "e": "commaful.com/api/oembed/", + }, + { + "s": [ + "coub\\.com/view/*", + "coub\\.com/embed/*", + ], + "e": "coub.com/api/oembed.json", + }, + { + "s": [ + "crowdranking\\.com/*/*", + ], + "e": "crowdranking.com/api/oembed.json", + }, + { + "s": [ + "crumb\\.sh/*", + ], + "e": "crumb.sh/oembed/", + }, + { + "s": [ + "cueup\\.io/user/*/sounds/*", + ], + "e": "gql.cueup.io/oembed", + }, + { + "s": [ + "*\\.curated\\.co/*", + ], + "e": "api.curated.co/oembed", + }, + { + "s": [ + "app\\.customerdb\\.com/share/*", + ], + "e": "app.customerdb.com/embed", + }, + { + "s": [ + "app\\.dadan\\.io/*", + "stage\\.dadan\\.io/*", + ], + "e": "app.dadan.io/api/video/oembed", + }, + { + "s": [ + "www\\.dailymotion\\.com/video/*", + ], + "e": "www.dailymotion.com/services/oembed", + }, + { + "s": [ + "dalexni\\.com/i/*", + ], + "e": "dalexni.com/oembed/", + }, + { + "s": [ + "datawrapper\\.dwcdn\\.net/*", + ], + "e": "api.datawrapper.de/v3/oembed/", + }, + { + "s": [ + "*\\.deseret\\.com/*", + ], + "e": "embed.deseret.com/", + }, + { + "s": [ + "*\\.deviantart\\.com/art/*", + "*\\.deviantart\\.com/*#/d*", + "fav\\.me/*", + "sta\\.sh/*", + "*\\.deviantart\\.com/*/art/*", + ], + "e": "backend.deviantart.com/oembed", + }, + { + "s": [ + "www\\.ultimedia\\.com/central/video/edit/id/*/topic_id/*/", + "www\\.ultimedia\\.com/default/index/videogeneric/id/*/showtitle/1/viewnc/1", + "www\\.ultimedia\\.com/default/index/videogeneric/id/*", + ], + "e": "www.ultimedia.com/api/search/oembed", + }, + { + "s": [ + "*\\.docdroid\\.net/*", + "docdro\\.id/*", + "*\\.docdroid\\.com/*", + ], + "e": "www.docdroid.net/api/oembed", + }, + { + "s": [ + "docswell\\.com/s/*/*", + "www\\.docswell\\.com/s/*/*", + ], + "e": "www.docswell.com/service/oembed", + }, + { + "s": [ + "dotsub\\.com/view/*", + ], + "e": "dotsub.com/services/oembed", + }, + { + "s": [ + "www\\.dreambroker\\.com/channel/*/*", + ], + "e": "dreambroker.com/channel/oembed", + }, + { + "s": [ + "d\\.tube/v/*", + ], + "e": "api.d.tube/oembed", + }, + { + "s": [ + "app\\.echoeshq\\.com/embed/*", + ], + "e": "api.echoeshq.com/oembed", + }, + { + "s": [], + "e": "www.edumedia-sciences.com/oembed.json", + }, + { + "s": [], + "e": "www.edumedia-sciences.com/oembed.xml", + }, + { + "s": [ + "egliseinfo\\.catholique\\.fr/*", + ], + "e": "egliseinfo.catholique.fr/api/oembed", + }, + { + "s": [ + "embedery\\.com/widget/*", + ], + "e": "embedery.com/api/oembed", + }, + { + "s": [ + "ethfiddle\\.com/*", + ], + "e": "ethfiddle.com/services/oembed/", + }, + { + "s": [ + "evt\\.live/*", + "evt\\.live/*/*", + "live\\.eventlive\\.pro/*", + "live\\.eventlive\\.pro/*/*", + ], + "e": "evt.live/api/oembed", + }, + { + "s": [ + "app\\.everviz\\.com/embed/*", + ], + "e": "api.everviz.com/oembed", + }, + { + "s": [ + "app\\.ex\\.co/stories/*", + "www\\.playbuzz\\.com/*", + ], + "e": "oembed.ex.co/item", + }, + { + "s": [ + "eyrie\\.io/board/*", + "eyrie\\.io/sparkfun/*", + ], + "e": "eyrie.io/v1/oembed", + }, + { + "s": [ + "www\\.facebook\\.com/*/posts/*", + "www\\.facebook\\.com/*/activity/*", + "www\\.facebook\\.com/*/photos/*", + "www\\.facebook\\.com/photo\\.php?fbid=*", + "www\\.facebook\\.com/photos/*", + "www\\.facebook\\.com/permalink\\.php?story_fbid=*", + "www\\.facebook\\.com/media/set?set=*", + "www\\.facebook\\.com/questions/*", + "www\\.facebook\\.com/notes/*/*/*", + ], + "e": "graph.facebook.com/v16.0/oembed_post", + }, + { + "s": [ + "www\\.facebook\\.com/*/videos/*", + "www\\.facebook\\.com/video\\.php?id=*", + "www\\.facebook\\.com/video\\.php?v=*", + ], + "e": "graph.facebook.com/v16.0/oembed_video", + }, + { + "s": [ + "www\\.facebook\\.com/*", + ], + "e": "graph.facebook.com/v16.0/oembed_page", + }, + { + "s": [ + "app\\.getfader\\.com/projects/*/publish", + ], + "e": "app.getfader.com/api/oembed", + }, + { + "s": [ + "faithlifetv\\.com/items/*", + "faithlifetv\\.com/items/resource/*/*", + "faithlifetv\\.com/media/*", + "faithlifetv\\.com/media/assets/*", + "faithlifetv\\.com/media/resource/*/*", + ], + "e": "faithlifetv.com/api/oembed", + }, + { + "s": [ + "www\\.figma\\.com/file/*", + ], + "e": "www.figma.com/api/oembed", + }, + { + "s": [ + "*\\.fireworktv\\.com/*", + "*\\.fireworktv\\.com/embed/*/v/*", + ], + "e": "www.fireworktv.com/oembed", + }, + { + "s": [ + "www\\.fite\\.tv/watch/*", + ], + "e": "www.fite.tv/oembed", + }, + { + "s": [ + "flat\\.io/score/*", + "*\\.flat\\.io/score/*", + ], + "e": "flat.io/services/oembed", + }, + { + "s": [ + "*\\.flickr\\.com/photos/*", + "flic\\.kr/p/*", + "*\\.*\\.flickr\\.com/*/*", + ], + "e": "www.flickr.com/services/oembed/", + }, + { + "s": [ + "public\\.flourish\\.studio/visualisation/*", + "public\\.flourish\\.studio/story/*", + ], + "e": "app.flourish.studio/api/v1/oembed", + }, + { + "s": [ + "flowhub\\.org/f/*", + "flowhub\\.org/s/*", + ], + "e": "flowhub.org/o/embed", + }, + { + "s": [ + "fooday\\.app/*/reviews/*", + "fooday\\.app/*/spots/*", + ], + "e": "fooday.app/oembed", + }, + { + "s": [ + "fiso\\.foxsports\\.com\\.au/isomorphic-widget/*", + ], + "e": "fiso.foxsports.com.au/oembed", + }, + { + "s": [ + "framebuzz\\.com/v/*", + ], + "e": "framebuzz.com/oembed/", + }, + { + "s": [ + "framer\\.com/share/*", + "framer\\.com/embed/*", + ], + "e": "api.framer.com/web/oembed", + }, + { + "s": [ + "*\\.geograph\\.org\\.uk/*", + "*\\.geograph\\.co\\.uk/*", + "*\\.geograph\\.ie/*", + "*\\.wikimedia\\.org/*_geograph\\.org\\.uk_*", + ], + "e": "api.geograph.org.uk/api/oembed", + }, + { + "s": [ + "*\\.geograph\\.org\\.gg/*", + "*\\.geograph\\.org\\.je/*", + "channel-islands\\.geograph\\.org/*", + "channel-islands\\.geographs\\.org/*", + "*\\.channel\\.geographs\\.org/*", + ], + "e": "www.geograph.org.gg/api/oembed", + }, + { + "s": [ + "geo-en\\.hlipp\\.de/*", + "geo\\.hlipp\\.de/*", + "germany\\.geograph\\.org/*", + ], + "e": "geo.hlipp.de/restapi.php/api/oembed", + }, + { + "s": [ + "gty\\.im/*", + ], + "e": "embed.gettyimages.com/oembed", + }, + { + "s": [ + "www\\.gifnote\\.com/play/*", + ], + "e": "www.gifnote.com/services/oembed", + }, + { + "s": [ + "giphy\\.com/gifs/*", + "giphy\\.com/clips/*", + "gph\\.is/*", + "media\\.giphy\\.com/media/*/giphy\\.gif", + ], + "e": "giphy.com/services/oembed", + }, + { + "s": [], + "e": "gloria.tv/oembed/", + }, + { + "s": [ + "view\\.gmetri\\.com/*", + "*\\.gmetri\\.com/*", + ], + "e": "embed.gmetri.com/oembed/", + }, + { + "s": [ + "app\\.gong\\.io/call?id=*", + ], + "e": "app.gong.io/oembed", + }, + { + "s": [ + "grain\\.co/highlight/*", + "grain\\.co/share/*", + "grain\\.com/share/*", + ], + "e": "api.grain.com/_/api/oembed", + }, + { + "s": [ + "gtchannel\\.com/watch/*", + ], + "e": "api.luminery.com/oembed", + }, + { + "s": [ + "www\\.gumlet\\.com/watch/*", + "play\\.gumlet\\.io/embed/*", + ], + "e": "api.gumlet.com/v1/oembed", + }, + { + "s": [ + "gyazo\\.com/*", + ], + "e": "api.gyazo.com/api/oembed", + }, + { + "s": [ + "core\\.hash\\.ai/@*", + ], + "e": "api.hash.ai/oembed", + }, + { + "s": [ + "hearthis\\.at/*/*/", + "hearthis\\.at/*/set/*/", + ], + "e": "hearthis.at/oembed/?format=json", + }, + { + "s": [ + "heyzine\\.com/flip-book/*", + "*\\.hflip\\.co/*", + "*\\.aflip\\.in/*", + ], + "e": "heyzine.com/api1/oembed", + }, + { + "s": [ + "player\\.hihaho\\.com/*", + ], + "e": "player.hihaho.com/services/oembed", + }, + { + "s": [ + "*\\.hippovideo\\.io/*", + ], + "e": "www.hippovideo.io/services/oembed", + }, + { + "s": [ + "homey\\.app/f/*", + "homey\\.app/*/flow/*", + ], + "e": "homey.app/api/oembed/flow", + }, + { + "s": [ + "huffduffer\\.com/*/*", + ], + "e": "huffduffer.com/oembed", + }, + { + "s": [ + "www\\.hulu\\.com/watch/*", + ], + "e": "www.hulu.com/api/oembed.json", + }, + { + "s": [ + "oembed\\.ideamapper\\.com/*", + ], + "e": "oembed.ideamapper.com", + }, + { + "s": [ + "*\\.idomoo\\.com/*", + ], + "e": "oembed.idomoo.com/oembed", + }, + { + "s": [ + "www\\.ifixit\\.com/Guide/View/*", + ], + "e": "www.ifixit.com/Embed", + }, + { + "s": [ + "ifttt\\.com/recipes/*", + ], + "e": "www.ifttt.com/oembed/", + }, + { + "s": [ + "www\\.iheart\\.com/podcast/*/*", + ], + "e": "www.iheart.com/oembed", + }, + { + "s": [ + "qr\\.imenupro\\.com/*", + ], + "e": "qr.imenupro.com/api/oembed", + }, + { + "s": [ + "incredible\\.dev/watch/*", + ], + "e": "oembed.incredible.dev/oembed", + }, + { + "s": [ + "player\\.indacolive\\.com/player/jwp/clients/*", + ], + "e": "player.indacolive.com/services/oembed", + }, + { + "s": [ + "infogram\\.com/*", + ], + "e": "infogram.com/oembed", + }, + { + "s": [ + "*\\.infoveave\\.net/E/*", + "*\\.infoveave\\.net/P/*", + ], + "e": "infoveave.net/services/oembed/", + }, + { + "s": [ + "www\\.injurymap\\.com/exercises/*", + ], + "e": "www.injurymap.com/services/oembed", + }, + { + "s": [ + "www\\.inoreader\\.com/oembed/", + ], + "e": "www.inoreader.com/oembed/api/", + }, + { + "s": [ + "*\\.inphood\\.com/*", + ], + "e": "api.inphood.com/oembed", + }, + { + "s": [ + "instagram\\.com/*/p/*,", + "www\\.instagram\\.com/*/p/*,", + "instagram\\.com/p/*", + "instagr\\.am/p/*", + "www\\.instagram\\.com/p/*", + "www\\.instagr\\.am/p/*", + "instagram\\.com/tv/*", + "instagr\\.am/tv/*", + "www\\.instagram\\.com/tv/*", + "www\\.instagr\\.am/tv/*", + "www\\.instagram\\.com/reel/*", + "instagram\\.com/reel/*", + "instagr\\.am/reel/*", + ], + "e": "graph.facebook.com/v16.0/instagram_oembed", + }, + { + "s": [ + "ppa\\.insticator\\.com/embed-unit/*", + ], + "e": "www.insticator.com/oembed", + }, + { + "s": [ + "issuu\\.com/*/docs/*", + ], + "e": "issuu.com/oembed", + }, + { + "s": [ + "play\\.itemis\\.io/*", + ], + "e": "create.storage.api.itemis.io/api/embed", + }, + { + "s": [ + "jovian\\.ml/*", + "jovian\\.ml/viewer*", + "*\\.jovian\\.ml/*", + "jovian\\.ai/*", + "jovian\\.ai/viewer*", + "*\\.jovian\\.ai/*", + "jovian\\.com/*", + "jovian\\.com/viewer*", + "*\\.jovian\\.com/*", + ], + "e": "api.jovian.com/oembed.json", + }, + { + "s": [ + "tv\\.kakao\\.com/channel/*/cliplink/*", + "tv\\.kakao\\.com/m/channel/*/cliplink/*", + "tv\\.kakao\\.com/channel/v/*", + "tv\\.kakao\\.com/channel/*/livelink/*", + "tv\\.kakao\\.com/m/channel/*/livelink/*", + "tv\\.kakao\\.com/channel/l/*", + ], + "e": "tv.kakao.com/oembed", + }, + { + "s": [ + "www\\.kickstarter\\.com/projects/*", + ], + "e": "www.kickstarter.com/services/oembed", + }, + { + "s": [ + "www\\.kidoju\\.com/en/x/*/*", + "www\\.kidoju\\.com/fr/x/*/*", + ], + "e": "www.kidoju.com/api/oembed", + }, + { + "s": [ + "halaman\\.email/form/*", + "aplikasi\\.kirim\\.email/form/*", + ], + "e": "halaman.email/service/oembed", + }, + { + "s": [ + "kit\\.co/*/*", + ], + "e": "embed.kit.co/oembed", + }, + { + "s": [ + "www\\.kitchenbowl\\.com/recipe/*", + ], + "e": "www.kitchenbowl.com/oembed", + }, + { + "s": [ + "app\\.kmdr\\.sh/h/*", + "app\\.kmdr\\.sh/history/*", + ], + "e": "api.kmdr.sh/services/oembed", + }, + { + "s": [ + "jdr\\.knacki\\.info/meuh/*", + ], + "e": "jdr.knacki.info/oembed", + }, + { + "s": [ + "knowledgepad\\.co/#/knowledge/*", + ], + "e": "api.spoonacular.com/knowledge/oembed", + }, + { + "s": [ + "*\\.kooapp\\.com/koo/*", + ], + "e": "embed.kooapp.com/services/oembed", + }, + { + "s": [ + "kurozora\\.app/episodes*", + "kurozora\\.app/songs*", + ], + "e": "kurozora.app/oembed", + }, + { + "s": [ + "learningapps\\.org/*", + ], + "e": "learningapps.org/oembed.php", + }, + { + "s": [ + "umotion-test\\.univ-lemans\\.fr/video/*", + ], + "e": "umotion-test.univ-lemans.fr/oembed", + }, + { + "s": [ + "pod\\.univ-lille\\.fr/video/*", + ], + "e": "pod.univ-lille.fr/video/oembed", + }, + { + "s": [ + "place\\.line\\.me/businesses/*", + ], + "e": "place.line.me/oembed", + }, + { + "s": [ + "livestream\\.com/accounts/*/events/*", + "livestream\\.com/accounts/*/events/*/videos/*", + "livestream\\.com/*/events/*", + "livestream\\.com/*/events/*/videos/*", + "livestream\\.com/*/*", + "livestream\\.com/*/*/videos/*", + ], + "e": "livestream.com/oembed", + }, + { + "s": [ + "lottiefiles\\.com/*", + "*\\.lottiefiles\\.com/*", + "*\\.lottie\\.host/*", + "lottie\\.host/*", + ], + "e": "embed.lottiefiles.com/oembed", + }, + { + "s": [ + "app\\.ludus\\.one/*", + ], + "e": "app.ludus.one/oembed", + }, + { + "s": [ + "*\\.lumiere\\.is/v/*", + ], + "e": "admin.lumiere.is/api/services/oembed", + }, + { + "s": [ + "mathembed\\.com/latex?inputText=*", + ], + "e": "mathembed.com/oembed", + }, + { + "s": [], + "e": "my.matterport.com/api/v1/models/oembed/", + }, + { + "s": [ + "me\\.me/i/*", + ], + "e": "me.me/oembed", + }, + { + "s": [ + "mdstrm\\.com/embed/*", + "mdstrm\\.com/live-stream/*", + "mdstrm\\.com/image/*", + ], + "e": "mdstrm.com/oembed", + }, + { + "s": [ + "medienarchiv\\.zhdk\\.ch/entries/*", + ], + "e": "medienarchiv.zhdk.ch/oembed.json", + }, + { + "s": [ + "mermaid\\.ink/img/*", + "mermaid\\.ink/svg/*", + ], + "e": "mermaid.ink/services/oembed", + }, + { + "s": [ + "*\\.microsoftstream\\.com/video/*", + "*\\.microsoftstream\\.com/channel/*", + ], + "e": "web.microsoftstream.com/oembed", + }, + { + "s": [ + "www\\.minervaknows\\.com/featured-recipes/*", + "www\\.minervaknows\\.com/themes/*", + "www\\.minervaknows\\.com/themes/*/recipes/*", + "app\\.minervaknows\\.com/recipes/*", + "app\\.minervaknows\\.com/recipes/*/follow", + ], + "e": "oembed.minervaknows.com", + }, + { + "s": [ + "miro\\.com/app/board/*", + ], + "e": "miro.com/api/v1/oembed", + }, + { + "s": [ + "www\\.mixcloud\\.com/*/*/", + ], + "e": "www.mixcloud.com/oembed/", + }, + { + "s": [ + "mixpanel\\.com/*", + ], + "e": "mixpanel.com/api/app/embed/oembed/", + }, + { + "s": [ + "www\\.mobypicture\\.com/user/*/view/*", + "moby\\.to/*", + ], + "e": "api.mobypicture.com/oEmbed", + }, + { + "s": [ + "musicboxmaniacs\\.com/explore/melody/*", + ], + "e": "musicboxmaniacs.com/embed/", + }, + { + "s": [ + "mybeweeg\\.com/w/*", + ], + "e": "mybeweeg.com/services/oembed", + }, + { + "s": [ + "namchey\\.com/embeds/*", + ], + "e": "namchey.com/api/oembed", + }, + { + "s": [ + "*\\.nanoo\\.tv/link/*", + "nanoo\\.tv/link/*", + "*\\.nanoo\\.pro/link/*", + "nanoo\\.pro/link/*", + "media\\.zhdk\\.ch/signatur/*", + "new\\.media\\.zhdk\\.ch/signatur/*", + ], + "e": "www.nanoo.tv/services/oembed", + }, + { + "s": [ + "www\\.nb\\.no/items/*", + ], + "e": "api.nb.no/catalog/v1/oembed", + }, + { + "s": [ + "naturalatlas\\.com/*", + "naturalatlas\\.com/*/*", + "naturalatlas\\.com/*/*/*", + "naturalatlas\\.com/*/*/*/*", + ], + "e": "naturalatlas.com/oembed.json", + }, + { + "s": [ + "ndla\\.no/*", + "ndla\\.no/article/*", + "ndla\\.no/audio/*", + "ndla\\.no/concept/*", + "ndla\\.no/image/*", + "ndla\\.no/video/*", + ], + "e": "ndla.no/oembed", + }, + { + "s": [ + "*\\.neetorecord\\.com/watch/*", + ], + "e": "api.neetorecord.com/api/v1/oembed", + }, + { + "s": [ + "*\\.nfb\\.ca/film/*", + ], + "e": "www.nfb.ca/remote/services/oembed/", + }, + { + "s": [ + "nopaste\\.ml/*", + ], + "e": "oembed.nopaste.ml", + }, + { + "s": [ + "observablehq\\.com/@*/*", + "observablehq\\.com/d/*", + "observablehq\\.com/embed/*", + ], + "e": "api.observablehq.com/oembed", + }, + { + "s": [ + "www\\.odds\\.com\\.au/*", + "odds\\.com\\.au/*", + ], + "e": "www.odds.com.au/api/oembed/", + }, + { + "s": [ + "song\\.link/*", + "album\\.link/*", + "artist\\.link/*", + "playlist\\.link/*", + "pods\\.link/*", + "mylink\\.page/*", + "odesli\\.co/*", + ], + "e": "song.link/oembed", + }, + { + "s": [ + "odysee\\.com/*/*", + "odysee\\.com/*", + ], + "e": "odysee.com/$/oembed", + }, + { + "s": [ + "official\\.fm/tracks/*", + "official\\.fm/playlists/*", + ], + "e": "official.fm/services/oembed.json", + }, + { + "s": [ + "omniscope\\.me/*", + ], + "e": "omniscope.me/_global_/oembed/json", + }, + { + "s": [ + "omny\\.fm/shows/*", + ], + "e": "omny.fm/oembed", + }, + { + "s": [ + "orbitvu\\.co/001/*/ov3601/view", + "orbitvu\\.co/001/*/ov3601/*/view", + "orbitvu\\.co/001/*/ov3602/*/view", + "orbitvu\\.co/001/*/2/orbittour/*/view", + "orbitvu\\.co/001/*/1/2/orbittour/*/view", + ], + "e": "orbitvu.co/service/oembed", + }, + { + "s": [ + "origits\\.com/v/*", + ], + "e": "origits.net/oembed", + }, + { + "s": [ + "origits\\.com/v/*", + ], + "e": "origits.com/oembed", + }, + { + "s": [ + "outplayed\\.tv/media/*", + ], + "e": "outplayed.tv/oembed", + }, + { + "s": [ + "overflow\\.io/s/*", + "overflow\\.io/embed/*", + ], + "e": "overflow.io/services/oembed", + }, + { + "s": [ + "www\\.oz\\.com/*/video/*", + ], + "e": "core.oz.com/oembed", + }, + { + "s": [ + "padlet\\.com/*", + ], + "e": "padlet.com/oembed/", + }, + { + "s": [ + "*\\.tv\\.pandavideo\\.com\\.br/embed/?v=*", + "*\\.tv\\.pandavideo\\.com\\.br/*/playlist\\.m3u8", + "dashboard\\.pandavideo\\.com\\.br/#/videos/*", + ], + "e": "api-v2.pandavideo.com.br/oembed", + }, + { + "s": [ + "pastery\\.net/*", + "www\\.pastery\\.net/*", + ], + "e": "www.pastery.net/oembed", + }, + { + "s": [ + "www\\.picturelfy\\.com/p/*", + ], + "e": "api.picturelfy.com/service/oembed/", + }, + { + "s": [ + "piggy\\.to/@*/*", + "piggy\\.to/view/*", + ], + "e": "piggy.to/oembed", + }, + { + "s": [ + "*\\.builder\\.pikasso\\.xyz/embed/*", + ], + "e": "builder.pikasso.xyz/api/oembed", + }, + { + "s": [], + "e": "beta.pingvp.com.kpnis.nl/p/oembed.php", + }, + { + "s": [ + "tools\\.pinpoll\\.com/embed/*", + ], + "e": "tools.pinpoll.com/oembed", + }, + { + "s": [ + "www\\.pinterest\\.com/*", + ], + "e": "www.pinterest.com/oembed.json", + }, + { + "s": [ + "player\\.pitchhub\\.com/en/public/player/*", + ], + "e": "player.pitchhub.com/en/public/oembed", + }, + { + "s": [ + "store\\.pixdor\\.com/place-marker-widget/*/show", + "store\\.pixdor\\.com/map/*/show", + ], + "e": "store.pixdor.com/oembed", + }, + { + "s": [ + "app\\.plusdocs\\.com/*/snapshots/*", + "app\\.plusdocs\\.com/*/pages/edit/*", + "app\\.plusdocs\\.com/*/pages/share/*", + ], + "e": "app.plusdocs.com/oembed", + }, + { + "s": [ + "*\\.podbean\\.com/e/*", + ], + "e": "api.podbean.com/v1/oembed", + }, + { + "s": [ + "*\\.polldaddy\\.com/s/*", + "*\\.polldaddy\\.com/poll/*", + "*\\.polldaddy\\.com/ratings/*", + ], + "e": "polldaddy.com/oembed/", + }, + { + "s": [ + "portfolium\\.com/entry/*", + ], + "e": "api.portfolium.com/oembed", + }, + { + "s": [ + "present\\.do/decks/*", + ], + "e": "gateway.cobalt.run/present/decks/oembed", + }, + { + "s": [ + "prezi\\.com/v/*", + "*\\.prezi\\.com/v/*", + ], + "e": "prezi.com/v/oembed", + }, + { + "s": [ + "qtpi\\.gg/fashion/*", + ], + "e": "qtpi.gg/fashion/oembed", + }, + { + "s": [ + "www\\.quiz\\.biz/quizz-*\\.html", + ], + "e": "www.quiz.biz/api/oembed", + }, + { + "s": [ + "www\\.quizz\\.biz/quizz-*\\.html", + ], + "e": "www.quizz.biz/api/oembed", + }, + { + "s": [ + "play\\.radiopublic\\.com/*", + "radiopublic\\.com/*", + "www\\.radiopublic\\.com/*", + "*\\.radiopublic\\.com/*", + ], + "e": "oembed.radiopublic.com/oembed", + }, + { + "s": [ + "raindrop\\.io/*", + "raindrop\\.io/*/*", + "raindrop\\.io/*/*/*", + "raindrop\\.io/*/*/*/*", + ], + "e": "pub.raindrop.io/api/oembed", + }, + { + "s": [ + "www\\.rcvis\\.com/v/*", + "www\\.rcvis\\.com/visualize=*", + "www\\.rcvis\\.com/ve/*", + "www\\.rcvis\\.com/visualizeEmbedded=*", + ], + "e": "animatron.com/oembed", + }, + { + "s": [ + "reddit\\.com/r/*/comments/*/*", + "www\\.reddit\\.com/r/*/comments/*/*", + ], + "e": "www.reddit.com/oembed", + }, + { + "s": [ + "rwire\\.com/*", + ], + "e": "publisher.releasewire.com/oembed/", + }, + { + "s": [ + "repl\\.it/@*/*", + "replit\\.com/@*/*", + ], + "e": "replit.com/data/oembed", + }, + { + "s": [ + "www\\.reverbnation\\.com/*", + "www\\.reverbnation\\.com/*/songs/*", + ], + "e": "www.reverbnation.com/oembed", + }, + { + "s": [ + "roomshare\\.jp/post/*", + "roomshare\\.jp/en/post/*", + ], + "e": "roomshare.jp/en/oembed.json", + }, + { + "s": [ + "roosterteeth\\.com/*", + ], + "e": "roosterteeth.com/oembed", + }, + { + "s": [], + "e": "rumble.com/api/Media/oembed.json", + }, + { + "s": [ + "embed\\.runkit\\.com/*,", + ], + "e": "embed.runkit.com/oembed", + }, + { + "s": [ + "octopus\\.saooti\\.com/main/pub/podcast/*", + ], + "e": "octopus.saooti.com/oembed", + }, + { + "s": [ + "videos\\.sapo\\.pt/*", + ], + "e": "videos.sapo.pt/oembed", + }, + { + "s": [ + "console\\.screen9\\.com/*", + "*\\.screen9\\.tv/*", + ], + "e": "api.screen9.com/oembed", + }, + { + "s": [ + "www\\.screencast\\.com/*", + ], + "e": "api.screencast.com/external/oembed", + }, + { + "s": [ + "www\\.screenr\\.com/*/", + ], + "e": "www.screenr.com/api/oembed.json", + }, + { + "s": [ + "www\\.scribblemaps\\.com/maps/view/*", + "scribblemaps\\.com/maps/view/*", + ], + "e": "scribblemaps.com/api/services/oembed.json", + }, + { + "s": [ + "www\\.scribd\\.com/doc/*", + ], + "e": "www.scribd.com/services/oembed/", + }, + { + "s": [ + "embed\\.sendtonews\\.com/oembed/*", + ], + "e": "embed.sendtonews.com/services/oembed", + }, + { + "s": [ + "shopshare\\.tv/shopboard/*", + "shopshare\\.tv/shopcast/*", + ], + "e": "shopshare.tv/api/shopcast/oembed", + }, + { + "s": [ + "www\\.shortnote\\.jp/view/notes/*", + ], + "e": "www.shortnote.jp/oembed/", + }, + { + "s": [ + "shoudio\\.com/*", + "shoud\\.io/*", + ], + "e": "shoudio.com/api/oembed", + }, + { + "s": [ + "app\\.getshow\\.io/iframe/*", + "*\\.getshow\\.io/share/*", + ], + "e": "api.getshow.io/oembed.json", + }, + { + "s": [ + "showtheway\\.io/to/*", + ], + "e": "showtheway.io/oembed", + }, + { + "s": [ + "simplecast\\.com/s/*", + ], + "e": "simplecast.com/oembed", + }, + { + "s": [ + "onsizzle\\.com/i/*", + ], + "e": "onsizzle.com/oembed", + }, + { + "s": [ + "sketchfab\\.com/*models/*", + "sketchfab\\.com/*/folders/*", + ], + "e": "sketchfab.com/oembed", + }, + { + "s": [ + "www\\.slideshare\\.net/*/*", + "fr\\.slideshare\\.net/*/*", + "de\\.slideshare\\.net/*/*", + "es\\.slideshare\\.net/*/*", + "pt\\.slideshare\\.net/*/*", + ], + "e": "www.slideshare.net/api/oembed/2", + }, + { + "s": [ + "smashnotes\\.com/p/*", + "smashnotes\\.com/p/*/e/* - https://smashnotes\\.com/p/*/e/*/s/*", + ], + "e": "smashnotes.com/services/oembed", + }, + { + "s": [ + "open\\.smeme\\.com/*", + ], + "e": "open.smeme.com/api/oembed", + }, + { + "s": [ + "www\\.smrthi\\.com/book/*", + ], + "e": "www.smrthi.com/api/oembed", + }, + { + "s": [ + "*\\.smugmug\\.com/*", + ], + "e": "api.smugmug.com/services/oembed/", + }, + { + "s": [ + "www\\.socialexplorer\\.com/*/explore", + "www\\.socialexplorer\\.com/*/view", + "www\\.socialexplorer\\.com/*/edit", + "www\\.socialexplorer\\.com/*/embed", + ], + "e": "www.socialexplorer.com/services/oembed/", + }, + { + "s": [ + "soundcloud\\.com/*", + "on\\.soundcloud\\.com/*", + "soundcloud\\.app\\.goog\\.gl/*", + ], + "e": "soundcloud.com/oembed", + }, + { + "s": [ + "speakerdeck\\.com/*/*", + ], + "e": "speakerdeck.com/oembed.json", + }, + { + "s": [ + "open\\.spotify\\.com/*", + "spotify:*", + ], + "e": "open.spotify.com/oembed", + }, + { + "s": [ + "*\\.spotlightr\\.com/watch/*", + "*\\.spotlightr\\.com/publish/*", + "*\\.cdn\\.spotlightr\\.com/watch/*", + "*\\.cdn\\.spotlightr\\.com/publish/*", + ], + "e": "api.spotlightr.com/getOEmbed", + }, + { + "s": [ + "*\\.spreaker\\.com/*", + ], + "e": "api.spreaker.com/oembed", + }, + { + "s": [ + "sproutvideo\\.com/videos/*", + "*\\.vids\\.io/videos/*", + ], + "e": "sproutvideo.com/oembed.json", + }, + { + "s": [ + "spyke\\.social/p/*", + "spyke\\.social/u/*", + "spyke\\.social/g/*", + "spyke\\.social/c/*", + "www\\.spyke\\.social/p/*", + "www\\.spyke\\.social/u/*", + "www\\.spyke\\.social/g/*", + "www\\.spyke\\.social/c/*", + ], + "e": "api.spyke.social/embed/oembed", + }, + { + "s": [ + "purl\\.stanford\\.edu/*", + ], + "e": "purl.stanford.edu/embed.json", + }, + { + "s": [ + "streamable\\.com/*", + ], + "e": "api.streamable.com/oembed.json", + }, + { + "s": [ + "s3m\\.io/*", + "23m\\.io/*", + ], + "e": "streamio.com/api/v1/oembed", + }, + { + "s": [ + "subscribi\\.io/api/oembed*", + ], + "e": "subscribi.io/api/oembed", + }, + { + "s": [ + "www\\.sudomemo\\.net/watch/*", + "flipnot\\.es/*", + ], + "e": "www.sudomemo.net/oembed", + }, + { + "s": [ + "www\\.sutori\\.com/story/*", + ], + "e": "www.sutori.com/api/oembed", + }, + { + "s": [ + "sway\\.com/*", + "www\\.sway\\.com/*", + ], + "e": "sway.com/api/v1.0/oembed", + }, + { + "s": [ + "sway\\.office\\.com/*", + ], + "e": "sway.office.com/api/v1.0/oembed", + }, + { + "s": [ + "share\\.synthesia\\.io/*", + ], + "e": "69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed", + }, + { + "s": [ + "ted\\.com/talks/*", + "www\\.ted\\.com/talks/*", + ], + "e": "www.ted.com/services/v1/oembed.json", + }, + { + "s": [ + "www\\.nytimes\\.com/svc/oembed", + "nytimes\\.com/*", + "*\\.nytimes\\.com/*", + ], + "e": "www.nytimes.com/svc/oembed/json/", + }, + { + "s": [ + "theysaidso\\.com/image/*", + ], + "e": "theysaidso.com/extensions/oembed/", + }, + { + "s": [ + "www\\.tickcounter\\.com/widget/*", + "www\\.tickcounter\\.com/countdown/*", + "www\\.tickcounter\\.com/countup/*", + "www\\.tickcounter\\.com/ticker/*", + "www\\.tickcounter\\.com/clock/*", + "www\\.tickcounter\\.com/worldclock/*", + ], + "e": "www.tickcounter.com/oembed", + }, + { + "s": [ + "www\\.tiktok\\.com/*", + "www\\.tiktok\\.com/*/video/*", + ], + "e": "www.tiktok.com/oembed", + }, + { + "s": [ + "tonicaudio\\.com/take/*", + "tonicaudio\\.com/song/*", + "tnic\\.io/song/*", + "tnic\\.io/take/*", + ], + "e": "tonicaudio.com/oembed", + }, + { + "s": [ + "www\\.toornament\\.com/tournaments/*/information", + "www\\.toornament\\.com/tournaments/*/registration/", + "www\\.toornament\\.com/tournaments/*/matches/schedule", + "www\\.toornament\\.com/tournaments/*/stages/*/", + ], + "e": "widget.toornament.com/oembed", + }, + { + "s": [ + "www\\.topy\\.se/image/*", + ], + "e": "www.topy.se/oembed/", + }, + { + "s": [ + "app-test\\.totango\\.com/*", + ], + "e": "app-test.totango.com/oembed", + }, + { + "s": [ + "trackspace\\.upitup\\.com/*", + ], + "e": "trackspace.upitup.com/oembed", + }, + { + "s": [ + "trinitymedia\\.ai/player/*", + "trinitymedia\\.ai/player/*/*", + "trinitymedia\\.ai/player/*/*/*", + ], + "e": "trinitymedia.ai/services/oembed", + }, + { + "s": [ + "*\\.tumblr\\.com/post/*", + ], + "e": "www.tumblr.com/oembed/1.0", + }, + { + "s": [ + "www\\.tuxx\\.be/*", + ], + "e": "www.tuxx.be/services/oembed", + }, + { + "s": [ + "play\\.tvcf\\.co\\.kr/*", + "*\\.tvcf\\.co\\.kr/*", + ], + "e": "play.tvcf.co.kr/rest/oembed", + }, + { + "s": [ + "twinmotion\\.unrealengine\\.com/presentation/*", + "twinmotion\\.unrealengine\\.com/panorama/*", + ], + "e": "twinmotion.unrealengine.com/oembed", + }, + { + "s": [ + "twitter\\.com/*", + "twitter\\.com/*/status/*", + "*\\.twitter\\.com/*/status/*", + ], + "e": "publish.twitter.com/oembed", + }, + { + "s": [ + "play\\.typecast\\.ai/s/*", + "play\\.typecast\\.ai/e/*", + "play\\.typecast\\.ai/*", + ], + "e": "play.typecast.ai/oembed", + }, + { + "s": [], + "e": "typlog.com/oembed", + }, + { + "s": [ + "uapod\\.univ-antilles\\.fr/video/*", + ], + "e": "uapod.univ-antilles.fr/oembed", + }, + { + "s": [ + "map\\.cam\\.ac\\.uk/*", + ], + "e": "map.cam.ac.uk/oembed/", + }, + { + "s": [ + "mediatheque\\.univ-paris1\\.fr/video/*", + ], + "e": "mediatheque.univ-paris1.fr/oembed", + }, + { + "s": [ + "pod\\.u-pec\\.fr/video/*", + ], + "e": "pod.u-pec.fr/oembed", + }, + { + "s": [ + "*\\.ustream\\.tv/*", + "*\\.ustream\\.com/*", + ], + "e": "www.ustream.tv/oembed", + }, + { + "s": [ + "*\\.ustudio\\.com/embed/*", + "*\\.ustudio\\.com/embed/*/*", + ], + "e": "app.ustudio.com/api/v2/oembed", + }, + { + "s": [ + "veer\\.tv/videos/*", + ], + "e": "api.veer.tv/oembed", + }, + { + "s": [ + "veervr\\.tv/videos/*", + ], + "e": "api.veervr.tv/oembed", + }, + { + "s": [ + "www\\.vevo\\.com/*", + ], + "e": "www.vevo.com/oembed", + }, + { + "s": [ + "videfit\\.com/videos/*", + ], + "e": "videfit.com/oembed", + }, + { + "s": [ + "vidmount\\.com/*", + ], + "e": "vidmount.com/oembed", + }, + { + "s": [ + "*\\.vidyard\\.com/*", + "*\\.hubs\\.vidyard\\.com/*", + ], + "e": "api.vidyard.com/dashboard/v1.1/oembed", + }, + { + "s": [ + "vimeo\\.com/*", + "vimeo\\.com/album/*/video/*", + "vimeo\\.com/channels/*/*", + "vimeo\\.com/groups/*/videos/*", + "vimeo\\.com/ondemand/*/*", + "player\\.vimeo\\.com/video/*", + "vimeo\\.com/event/*/*", + ], + "e": "vimeo.com/api/oembed.json", + }, + { + "s": [ + "share\\.viostream\\.com/*", + ], + "e": "play.viostream.com/oembed", + }, + { + "s": [ + "www\\.viously\\.com/*/*", + ], + "e": "www.viously.com/oembed", + }, + { + "s": [ + "vizydrop\\.com/shared/*", + ], + "e": "vizydrop.com/oembed", + }, + { + "s": [ + "vlipsy\\.com/*", + ], + "e": "vlipsy.com/oembed", + }, + { + "s": [ + "www\\.vlive\\.tv/video/*", + ], + "e": "www.vlive.tv/oembed", + }, + { + "s": [ + "*\\.vouchfor\\.com/*", + ], + "e": "embed.vouchfor.com/v1/oembed", + }, + { + "s": [ + "article\\.voxsnap\\.com/*/*", + ], + "e": "data.voxsnap.com/oembed", + }, + { + "s": [ + "waltrack\\.net/product/*", + ], + "e": "waltrack.net/oembed", + }, + { + "s": [ + "watch\\.wave\\.video/*", + "embed\\.wave\\.video/*", + ], + "e": "embed.wave.video/oembed", + }, + { + "s": [ + "www\\.web3isgoinggreat\\.com/?id=*", + "www\\.web3isgoinggreat\\.com/single/*", + "www\\.web3isgoinggreat\\.com/embed/*", + ], + "e": "www.web3isgoinggreat.com/api/oembed", + }, + { + "s": [ + "play\\.wecandeo\\.com/video/v/*", + ], + "e": "play.wecandeo.com/oembed/", + }, + { + "s": [ + "whimsical\\.com/*", + ], + "e": "whimsical.com/api/oembed", + }, + { + "s": [ + "fast\\.wistia\\.com/embed/iframe/*", + "fast\\.wistia\\.com/embed/playlists/*", + "*\\.wistia\\.com/medias/*", + ], + "e": "fast.wistia.com/oembed.json", + }, + { + "s": [ + "*\\.wizer\\.me/learn/*", + "*\\.wizer\\.me/preview/*", + ], + "e": "app.wizer.me/api/oembed.json", + }, + { + "s": [ + "wokwi\\.com/share/*", + ], + "e": "wokwi.com/api/oembed", + }, + { + "s": [ + "*\\.wolframcloud\\.com/*", + ], + "e": "www.wolframcloud.com/oembed", + }, + { + "s": [ + "wordpress\\.com/*", + "*\\.wordpress\\.com/*", + "*\\.*\\.wordpress\\.com/*", + "wp\\.me/*", + ], + "e": "public-api.wordpress.com/oembed/", + }, + { + "s": [ + "x\\.com/*", + "x\\.com/*/status/*", + "*\\.x\\.com/*/status/*", + ], + "e": "publish.x.com/oembed", + }, + { + "s": [ + "*\\.youtube\\.com/watch*", + "*\\.youtube\\.com/v/*", + "youtu\\.be/*", + "*\\.youtube\\.com/playlist?list=*", + "youtube\\.com/playlist?list=*", + "*\\.youtube\\.com/shorts*", + ], + "e": "www.youtube.com/oembed", + }, + { + "s": [ + "www\\.yumpu\\.com/*/document/view/*/*", + ], + "e": "www.yumpu.com/services/oembed", + }, + { + "s": [ + "app\\.zeplin\\.io/project/*/screen/*", + "app\\.zeplin\\.io/project/*/screen/*/version/*", + "app\\.zeplin\\.io/project/*/styleguide/components?coid=*", + "app\\.zeplin\\.io/styleguide/*/components?coid=*", + ], + "e": "app.zeplin.io/embed", + }, + { + "s": [ + "app\\.zingsoft\\.com/embed/*", + "app\\.zingsoft\\.com/view/*", + ], + "e": "app.zingsoft.com/oembed", + }, + { + "s": [ + "*\\.znipe\\.tv/*", + ], + "e": "api.znipe.tv/v3/oembed/", + }, + { + "s": [ + "srv2\\.zoomable\\.ca/viewer\\.php*", + ], + "e": "srv2.zoomable.ca/oembed", + }, +];