From 79dc10e3828cc812b692572551e5e8eb5a7c1d38 Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:44:21 +0200 Subject: [PATCH] [fix] Update about section of Invidious and Rumble + Change filtron error wording (#2959) * [fix] Update about section of Invidious Another website and new documentation * [fix] Correct engine name in for Rumble (#11) * [fix] Wording for Filtron error message (#12) --- searx/engines/invidious.py | 4 ++-- searx/engines/rumble.py | 2 +- utils/filtron.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/searx/engines/invidious.py b/searx/engines/invidious.py index 4fa80d12..5d0b00ed 100644 --- a/searx/engines/invidious.py +++ b/searx/engines/invidious.py @@ -10,9 +10,9 @@ import random # about about = { - "website": 'https://instances.invidio.us/', + "website": 'https://api.invidious.io/', "wikidata_id": 'Q79343316', - "official_api_documentation": 'https://github.com/omarroth/invidious/wiki/API', + "official_api_documentation": 'https://github.com/iv-org/documentation/blob/master/API.md', "use_official_api": True, "require_api_key": False, "results": 'JSON', diff --git a/searx/engines/rumble.py b/searx/engines/rumble.py index fc9e29d9..40714246 100644 --- a/searx/engines/rumble.py +++ b/searx/engines/rumble.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """ - Wikipedia (Web + Rumble (Videos) """ from urllib.parse import urlencode from lxml import html diff --git a/utils/filtron.sh b/utils/filtron.sh index 6034cb34..fc2591a3 100755 --- a/utils/filtron.sh +++ b/utils/filtron.sh @@ -218,7 +218,7 @@ install_all() { wait_key echo if ! service_is_available "http://${FILTRON_LISTEN}" ; then - err_msg "Filtron does not listening on: http://${FILTRON_LISTEN}" + err_msg "Filtron is not listening on: http://${FILTRON_LISTEN}" fi if apache_is_installed; then info_msg "Apache is installed on this host." @@ -341,7 +341,7 @@ EOF fi if ! service_is_available "http://${FILTRON_LISTEN}" ; then - err_msg "Filtron does not listening on: http://${FILTRON_LISTEN}" + err_msg "Filtron is not listening on: http://${FILTRON_LISTEN}" fi if service_is_available "http://${FILTRON_TARGET}" ; then