From 1113f7e616df9227eaa13c4c30a9c61b1a74dea0 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 29 May 2021 16:14:19 +0200 Subject: [mod] the bittorent search engines are available only in the files category related to #101 --- searx/engines/torrentz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/torrentz.py') diff --git a/searx/engines/torrentz.py b/searx/engines/torrentz.py index 94a7a5343..884741d47 100644 --- a/searx/engines/torrentz.py +++ b/searx/engines/torrentz.py @@ -20,7 +20,7 @@ about = { } # engine dependent config -categories = ['files', 'videos', 'music'] +categories = ['files'] paging = True # search-url -- cgit v1.2.3