commit c0685912393070dfd716c1e79914dee6e7d11600
parent 89e9f8b7af49eaad4faab5b2e59a1c1ffae8182f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Fri, 18 Oct 2024 14:42:06 +0200
fix: add note on the usage about invidious
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -589,12 +589,12 @@ $searches = array(
"description" => "An answer engine developed by Wolfram Research, that answers factual queries by computing answers from externally sourced data"
),
"youtube" => array(
- "name" => "YouTube (via Invidious)",
+ "name" => "YouTube / Invidious",
"website" => "https://video.fosswelt.org",
"query" => "https://video.fosswelt.org/results?search_query=%s",
"categories" => array("vid"),
"keywords" => array("youtube", "invidious", "yt", "iv"),
- "description" => "The biggest online video sharing platform world-wide, owned by Google"
+ "description" => "The biggest online video sharing platform world-wide, owned by Google. The Invidious-Redirector is used here to offer a more privacy-frendly webfrontend."
),
);