From c1d1be00c7cace0544c3c6cd152e8c3287b976c4 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 13 Nov 2025 13:43:56 +0300 Subject: Support yt-dlp with js runtimes Also adds server version for standalone clients. Remember to update `RblSb/ytdlp-nodejs` if you use this feature. --- default-config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default-config.json') diff --git a/default-config.json b/default-config.json index 5ae327a..bdfdb4e 100644 --- a/default-config.json +++ b/default-config.json @@ -24,6 +24,10 @@ "leader": ["user"], "admin": ["user", "clearChat", "setLeader", "lockPlaylist", "banClient"] }, + "ytDlp": { + "channel": "stable", + "jsRuntime": "node" + }, "emotes": [ {"name": ":adorable:", "image": "https://i.imgur.com/5GxNwDY.png"}, {"name": ":angry:", "image": "https://i.imgur.com/Mx9lhMZ.png"}, -- cgit v1.2.3