From 678fa96e985669cb4db26d0ac06af6b3325ba2f4 Mon Sep 17 00:00:00 2001 From: trizen Date: Sat, 8 Aug 2020 11:37:26 +0300 Subject: When the current API host is down, suggest `invidious.13ad.de` instead of `yewtu.be`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- bin/gtk-fair-viewer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gtk-fair-viewer') diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index 14177fe..99ef3bc 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -2535,7 +2535,7 @@ sub display_results { die "Probably " . $yv_obj->get_api_host() . " is down.\n" . "\nTry changing the `api_host` in configuration file:\n\n" - . qq{\tapi_host => "yewtu.be",\n} + . qq{\tapi_host => "invidious.13ad.de",\n} . qq{\nSee also: https://libregit.org/heckyel/fair-viewer#invidious-instances\n}; } -- cgit v1.2.3