Add category to nibl engine
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-08-02 20:35:42 +00:00
parent 2b48ab873e
commit 2370ea9d69
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -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}'