commit c9c221361066be4dff927db5ad41f442392b26c7
parent 0cbbfc6af77ec2d6975852920a4ba08d1f92675a
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Wed, 16 Oct 2024 20:56:38 +0200
fix: use correct category for searx videos
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.php b/config/config.php
@@ -287,7 +287,7 @@ $searches = array(
"name" => "SearX Video (Random)",
"website" => "https://searx.neocities.org",
"query" => "https://searx.neocities.org/#q=%s&category_videos=on",
- "categories" => array("everything", "web", "meta"),
+ "categories" => array("everything", "vid", "meta"),
"keywords" => array("searxvid", "sxvid", "sxv")
),
"semanticscholar" => array(