mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
fix(google_cs): result type
This commit is contained in:
parent
d898cfcb38
commit
8289232f2c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ about = {
|
|||
"official_api_documentation": 'https://developers.google.com/custom-search/v1/overview',
|
||||
"use_official_api": True,
|
||||
"require_api_key": True,
|
||||
"results": 'HTML',
|
||||
"results": 'JSON',
|
||||
}
|
||||
|
||||
# engine dependent config
|
||||
|
|
Loading…
Add table
Reference in a new issue