aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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",