summaryrefslogtreecommitdiff
path: root/searx/engines/selfhst.py
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2025-05-21 14:52:16 +0200
committerGitHub <noreply@github.com>2025-05-21 14:52:16 +0200
commit8bff73c9b6312984de4ae7707ae2f796cc3182ff (patch)
tree40c45eb21a30e0cce2abbc27520490d0f3e8645b /searx/engines/selfhst.py
parent7420706a5074803a78f3c795cf79427746e504e0 (diff)
[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
Diffstat (limited to 'searx/engines/selfhst.py')
-rw-r--r--searx/engines/selfhst.py2
1 files changed, 1 insertions, 1 deletions
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'