From eb98e2a6d74c64e9c71ce712d5bb783d37b58d65 Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Thu, 24 Oct 2024 12:55:16 -0400 Subject: [PATCH] oembed: do not rely on everviz's auto-discovery --- lib/plugins/system/oembed/providers.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index de3cd90c5..0801fe6c8 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -1141,5 +1141,13 @@ "ndla.no/*" ], "endpoint": "https://ndla.no/oembed" + }, + { + "name": "Everviz", + "templates": [ + "app.everviz.com/show/([a-zA-Z0-9])+", + "app.everviz.com/embed/([a-zA-Z0-9])+" + ], + "endpoint": "https://api.everviz.com/oembed" } ] \ No newline at end of file