aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-09-12 13:40:34 +0300
committerJesús <heckyel@hyperbola.info>2020-09-14 11:27:55 -0500
commit2cb7294df4a07c505f2a80c4c134812c0ee56f48 (patch)
treea6b2cc48b9e80d0519e231d977afa43bbea51b5c /README.md
parentd4ed9a9222ca8f1941e0a810cd7e4df203568bd0 (diff)
downloadfair-viewer-2cb7294df4a07c505f2a80c4c134812c0ee56f48.tar.lz
fair-viewer-2cb7294df4a07c505f2a80c4c134812c0ee56f48.tar.xz
fair-viewer-2cb7294df4a07c505f2a80c4c134812c0ee56f48.zip
Suggest trying "--api=auto" when the current invidious instance fails.
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 326d18d..992ac4d 100644
--- a/README.md
+++ b/README.md
@@ -98,19 +98,19 @@ 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.13ad.de](https://invidious.13ad.de/).
+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.tube](https://invidious.tube/):
```console
- fair-viewer --api=invidious.13ad.de
+ fair-viewer --api=invidious.tube
```
To make the change permanent, set in the configuration file:
```perl
- api_host => "invidious.13ad.de",
+ api_host => "invidious.tube",
```
-Alternatively, by setting `api_host` to `"auto"`, fair-viewer will automatically pick a random invidious instance:
+Alternatively, the following will automatically pick a random invidious instance everytime the program is started:
```perl
api_host => "auto",