mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[yamllint] fix some warning issues reported by yamllint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9648d71ad8
commit
d5eedf1b61
@ -1384,7 +1384,8 @@ engines:
|
|||||||
engine: json_engine
|
engine: json_engine
|
||||||
paging: true
|
paging: true
|
||||||
# This API Token is needed to work
|
# This API Token is needed to work
|
||||||
search_url: https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm
|
search_url:
|
||||||
|
https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm
|
||||||
url_query: url
|
url_query: url
|
||||||
title_query: title
|
title_query: title
|
||||||
title_html_to_text: true
|
title_html_to_text: true
|
||||||
@ -1394,7 +1395,7 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
about:
|
about:
|
||||||
website: https://whaleslide.com/
|
website: https://whaleslide.com/
|
||||||
wikidata_id: # No Wikidata page
|
wikidata_id: # No Wikidata page
|
||||||
official_api_documentation: false
|
official_api_documentation: false
|
||||||
use_official_api: false
|
use_official_api: false
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
@ -1489,7 +1490,7 @@ engines:
|
|||||||
title_xpath: //div[@class="upper-synonyms"]/a
|
title_xpath: //div[@class="upper-synonyms"]/a
|
||||||
about:
|
about:
|
||||||
website: https://www.woxikon.de/
|
website: https://www.woxikon.de/
|
||||||
wikidata_id: # No Wikidata ID
|
wikidata_id: # No Wikidata ID
|
||||||
use_official_api: false
|
use_official_api: false
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
Loading…
Reference in New Issue
Block a user