aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-06-12 12:58:18 +0300
committerJesús <heckyel@hyperbola.info>2020-06-12 12:58:18 +0300
commit9ee326630f6edbab7a5c0df1533c677c83b5cd53 (patch)
tree8d677e5eb217ffacb2eff8c4544f564f33f74ebe
parentee57a536193dabe09c0c91a858acd9bbf84b9065 (diff)
downloadfair-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.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab61121..2624838 100644
--- a/README.md
+++ b/README.md
@@ -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: