diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -96,6 +96,22 @@ To package this application, run the following commands: ./Build install --install_path script=/usr/bin ``` +### INVIDIOUS INSTANCES + +Sometimes, the default instance, [invidio.us](https://invidio.us/), may fail to work properly. When this happens, we can change the API host to some other instance of invidious, such as [invidious.snopyta.org](https://invidious.snopyta.org/). + +The available instances are listed at: https://instances.invidio.us/ + +```console + fair-viewer --api=invidious.snopyta.org +``` + +This can be changed permanently, by setting in the configuration file: + +```perl + api_host => "invidious.snopyta.org", +``` + ### SUPPORT AND DOCUMENTATION After installing, you can find documentation with the following commands: |