[enh] plugins: tor_check: Add more keywords

This commit is contained in:
benpiano800 2025-05-06 15:13:31 -05:00 committed by GitHub
parent a2fa7de880
commit 1807f1dfb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ class SXNGPlugin(Plugin):
"""Rewrite hostnames, remove results or prioritize them."""
id = "tor_check"
keywords = ["tor-check"]
keywords = ["tor-check", "tor_check", "torcheck", "tor", "tor check"]
def __init__(self, plg_cfg: "PluginCfg") -> None:
super().__init__(plg_cfg)
@ -53,7 +53,7 @@ class SXNGPlugin(Plugin):
if search.search_query.pageno > 1:
return results
if search.search_query.query.lower() == "tor-check":
if search.search_query.query.lower() in self.keywords:
# Request the list of tor exit nodes.
try: