diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -98,16 +98,22 @@ To package this application, run the following commands: ### INVIDIOUS INSTANCES -Sometimes, the default instance, [invidious.snopyta.org](https://invidious.snopyta.org/), may fail to work properly. When this happens, we can change the API host to some other instance of invidious, such as [invidious.fdn.fr](https://invidious.fdn.fr/). +Sometimes, the default instance, [invidious.snopyta.org](https://invidious.snopyta.org/), may fail to work properly. When this happens, we can change the API host to some other instance of invidious, such as [invidious.13ad.de](https://invidious.13ad.de/). ```console - fair-viewer --api=invidious.fdn.fr + fair-viewer --api=invidious.13ad.de ``` -This can be changed permanently, by setting in the configuration file: +To make the change permanent, set in the configuration file: ```perl - api_host => "invidious.fdn.fr", + api_host => "invidious.13ad.de", +``` + +Alternatively, by setting `api_host` to `"auto"`, fair-viewer will automatically pick a random invidious instance: + +```console + api_host => "auto", ``` The available instances are listed at: https://instances.invidio.us/ |