From 8bff73c9b6312984de4ae7707ae2f796cc3182ff Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 21 May 2025 14:52:16 +0200 Subject: [refactor] icon engines: add new icon category (#4817) Icons category makes sense because it allows to quickly search for free SVG icons to use for websites / other designs with a quick `!icons` query Icons don't seem to fit into the normal images category that well because icons are quite a special type of images --- searx/engines/selfhst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/selfhst.py') diff --git a/searx/engines/selfhst.py b/searx/engines/selfhst.py index a85c4e877..f5ba3a136 100644 --- a/searx/engines/selfhst.py +++ b/searx/engines/selfhst.py @@ -11,7 +11,7 @@ about = { "require_api_key": False, "results": 'JSON', } -categories = ['images'] +categories = ['images', 'icons'] icons_list_url = 'https://cdn.selfh.st/directory/icons.json' -- cgit v1.2.3