diff options
author | trizen <trizen@protonmail.com> | 2020-06-12 12:58:18 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-12 12:58:18 +0300 |
commit | 9ee326630f6edbab7a5c0df1533c677c83b5cd53 (patch) | |
tree | 8d677e5eb217ffacb2eff8c4544f564f33f74ebe | |
parent | ee57a536193dabe09c0c91a858acd9bbf84b9065 (diff) | |
download | fair-viewer-9ee326630f6edbab7a5c0df1533c677c83b5cd53.tar.lz fair-viewer-9ee326630f6edbab7a5c0df1533c677c83b5cd53.tar.xz fair-viewer-9ee326630f6edbab7a5c0df1533c677c83b5cd53.zip |
Documented how to change the default instance of invidious.
-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: |