From 2370ea9d692ae9536424e9373081c585af9d5232 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 2 Aug 2019 20:35:42 +0000 Subject: [PATCH] Add category to nibl engine --- engines/nibl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/nibl.py b/engines/nibl.py index 953fcb8..ad86578 100644 --- a/engines/nibl.py +++ b/engines/nibl.py @@ -2,6 +2,8 @@ from lxml import html from searx.engines.xpath import extract_text from searx.url_utils import quote +categories = ['files'] + url = 'https://nibl.co.uk/bots.php' search_url = url + '?search={query}'