aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-08-08 10:46:05 +0300
committerJesús <heckyel@hyperbola.info>2020-08-14 14:39:29 -0500
commit187d7126312f810f4f84f3652cdbb49c0057b37b (patch)
tree6700d665f8f5716150f4d1a0d37514d6d2cbe2ad /bin
parent9b080e31689d973f51d82a3cf8e2b0c461798b65 (diff)
downloadfair-viewer-187d7126312f810f4f84f3652cdbb49c0057b37b.tar.lz
fair-viewer-187d7126312f810f4f84f3652cdbb49c0057b37b.tar.xz
fair-viewer-187d7126312f810f4f84f3652cdbb49c0057b37b.zip
- Changed the default API host to `invidious.snopyta.org`.
The instance `invidio.us` seems to be down at the moment. Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fair-viewer2
-rwxr-xr-xbin/gtk-fair-viewer2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer
index 0f2d8de..40689e5 100755
--- a/bin/fair-viewer
+++ b/bin/fair-viewer
@@ -213,7 +213,7 @@ my %CONFIG = (
cache_dir => undef,
# API
- api_host => "https://invidio.us",
+ api_host => "https://invidious.snopyta.org",
# Others
autoplay_mode => 0,
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer
index e75766b..9a5f545 100755
--- a/bin/gtk-fair-viewer
+++ b/bin/gtk-fair-viewer
@@ -205,7 +205,7 @@ my %CONFIG = (
comments_order => 'top', # valid values: time, relevance
# API
- api_host => "https://invidio.us",
+ api_host => "https://invidious.snopyta.org",
# URI options
thumbnail_type => 'medium',