diff options
author | Jesús <heckyel@hyperbola.info> | 2020-09-14 10:45:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-14 10:45:42 -0500 |
commit | d2400a5ce2a21b720018799cf242026e1cd5d32f (patch) | |
tree | 7199a15cb542978415258c420031844985f540eb | |
parent | 94a8c92cd8314acb9a8eb38d5a2421ef10dcc790 (diff) | |
download | fair-viewer-d2400a5ce2a21b720018799cf242026e1cd5d32f.tar.lz fair-viewer-d2400a5ce2a21b720018799cf242026e1cd5d32f.tar.xz fair-viewer-d2400a5ce2a21b720018799cf242026e1cd5d32f.zip |
"Updated the "INVIDIOUS INSTANCES" section."
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -98,16 +98,16 @@ To package this application, run the following commands: ### 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/). +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.fdn.fr](https://invidious.fdn.fr/). ```console - fair-viewer --api=invidious.snopyta.org + fair-viewer --api=invidious.fdn.fr ``` This can be changed permanently, by setting in the configuration file: ```perl - api_host => "invidious.snopyta.org", + api_host => "invidious.fdn.fr", ``` The available instances are listed at: https://instances.invidio.us/ |