From 68db9da4f4506b34d55bd0a0b71744eeec39b032 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 18 Sep 2024 18:58:35 +0300 Subject: [PATCH] Switched YouTube backend to Innertube API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4b13f..672e0ae 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The following fields in the `config.json` are backend-agnostic: - `server_port`: a local port to run the HTTP REST server on. Default value: `60053` (for "GOOSE"). - `server_listen_ip`: a local IP address to bind the server to. Default value: `127.0.0.1`. Recommended to leave at this value, only change it if you plan on connecting external backends from other machines in your LAN. - `debug`: print out various debug information about incoming messages and events. Can be `true` or `false`. -- `useragent`: the value of the `User-Agent` HTTP header used by the backends with unofficial APIs, like Kick. +- `useragent`: the value of the `User-Agent` HTTP header used by the backends with unofficial APIs, like Kick and YouTube. The following fields in the `config.json` are specific to the Twitch internal backend: