mirror of
https://github.com/searxng/searxng.git
synced 2025-09-10 20:28:25 +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
|
@ -38,7 +38,7 @@ from searx.engines.google import (
|
|||
)
|
||||
|
||||
# pylint: disable=unused-import
|
||||
from searx.engines.google import supported_languages_url, _fetch_supported_languages
|
||||
from searx.engines.google import supported_languages_url, _fetch_supported_languages, fetch_traits
|
||||
|
||||
# pylint: enable=unused-import
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue