Switched YouTube backend to Innertube API

This commit is contained in:
Luxferre
2024-09-18 18:58:35 +03:00
parent e40807f4d7
commit 68db9da4f4
+1 -1
View File
@@ -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_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. - `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`. - `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: The following fields in the `config.json` are specific to the Twitch internal backend: