diff options
author | trizen <trizen@protonmail.com> | 2020-09-12 13:40:34 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-14 11:27:55 -0500 |
commit | 2cb7294df4a07c505f2a80c4c134812c0ee56f48 (patch) | |
tree | a6b2cc48b9e80d0519e231d977afa43bbea51b5c /README.md | |
parent | d4ed9a9222ca8f1941e0a810cd7e4df203568bd0 (diff) | |
download | fair-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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", |