From 14aff677850877f82e92cfe7f47ccea0f8bf7940 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 18 Dec 2025 17:49:43 +0300 Subject: [PATCH] add Naver's channels to providers --- lib/plugins/system/oembed/providers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index 053aeb584..66f2704f9 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -636,7 +636,8 @@ }, { "name": "Naver Audiobooks", "templates": [ - "audioclip.naver.com/audiobooks/.*" + "audioclip.naver.com/audiobooks/.*", + "audioclip.naver.com/channels/.*" ], "endpoint": "https://audioclip.naver.com/oembed" },