Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
-# pylint: disable=missing-function-docstring
"""This module implements the engine loader.
Load and initialize the ``engines``, see :py:func:`load_engines` and register
@@ -3,7 +3,7 @@
"""APKMirror
"""
-# pylint: disable=invalid-name, missing-function-docstring
+# pylint: disable=invalid-name
from urllib.parse import urlencode
from lxml import html
@@ -8,8 +8,6 @@ Explore thousands of artworks from The Art Institute of Chicago.
-
from json import loads
@@ -3,7 +3,6 @@
"""CORE (science)
from datetime import datetime
Deviantart (Images)
Digg (News, Social media)
"""Docker Hub (IT)
"""DuckDuckGo (Instant Answer API)
@@ -1,6 +1,6 @@
"""Genius
Gigablast (Web)
-# pylint: disable=missing-function-docstring, invalid-name
import re
@@ -25,8 +25,6 @@ The google WEB engine itself has a special setup option:
from searx.utils import match_language, extract_text, eval_xpath, eval_xpath_list, eval_xpath_getindex
@@ -11,7 +11,7 @@ ignores some parameters from the common :ref:`google API`:
import binascii
@@ -9,7 +9,7 @@ Definitions`_.
https://developers.google.com/custom-search/docs/xml_results#WebSearch_Query_Parameter_Definitions
@@ -14,7 +14,7 @@
@@ -4,8 +4,6 @@
import datetime
from json import loads, dumps
@@ -4,7 +4,7 @@
Meilisearch
-# pylint: disable=global-statement, missing-function-docstring
+# pylint: disable=global-statement
"""MongoDB engine (Offline)
"""MySQL database (offline)
"""OpenStreetMap (Map)
"""PostgreSQL database (offline)
"""Redis engine (offline)
Solr
"""SQLite database (Offline)
"""Unsplash
"""The XPath engine is a *generic* engine with which it is possible to configure
engines in the settings.
@@ -6,7 +6,7 @@ Yahoo News is "English only" and do not offer localized nor language queries.