Merge pull request #2289 from dalf/pylint

[mod] pylint: add extension-pkg-whitelist=lxml.etree
This commit is contained in:
Alexandre Flament 2020-11-14 13:24:31 +01:00 committed by GitHub
commit 102c08838b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View file

@ -17,7 +17,7 @@ from searx.utils import html_to_text, match_language
# engine dependent config
categories = None
categories = []
paging = True
language_support = True
supported_languages_url = 'https://qwant.com/region'

View file

@ -7,6 +7,7 @@ url_xpath = None
content_xpath = None
title_xpath = None
thumbnail_xpath = False
categories = []
paging = False
suggestion_xpath = ''
results_xpath = ''