diff options
| author | RblSb <msrblsb@gmail.com> | 2025-11-13 13:43:56 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-11-13 23:59:57 +0300 |
| commit | c1d1be00c7cace0544c3c6cd152e8c3287b976c4 (patch) | |
| tree | 416b4534a84ee81032cb2c310167c97c900248f9 /default-config.json | |
| parent | ee3eddc6b80565f6bb458a1fd8f3a83fdd37d554 (diff) | |
Support yt-dlp with js runtimes
Also adds server version for standalone clients.
Remember to update `RblSb/ytdlp-nodejs` if you use this feature.
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 4 |
1 files changed, 4 insertions, 0 deletions
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"}, |
