mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[mod] Google: fetch engine traits (data_type: supported_languages)
Implements a fetch_traits function for the Google engines. .. note:: Does not include migration of the request methode from 'supported_languages' to 'traits' (EngineTraits) object! Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
dba8977b09
commit
f78f908383
6 changed files with 1366 additions and 17 deletions
|
@ -31,6 +31,7 @@ from searx.engines.google import (
|
|||
|
||||
# pylint: disable=unused-import
|
||||
from searx.engines.google import (
|
||||
fetch_traits,
|
||||
supported_languages_url,
|
||||
_fetch_supported_languages,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue