mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 09:00:02 +00:00
[feat] engine: implementation of bahnhof.de
This commit is contained in:
parent
6129b16165
commit
d6ac2b5a55
1 changed files with 17 additions and 0 deletions
|
@ -535,6 +535,23 @@ engines:
|
|||
categories: general
|
||||
shortcut: cc
|
||||
|
||||
- name: bahnhof
|
||||
engine: json_engine
|
||||
search_url: https://www.bahnhof.de/api/stations/search/{query}
|
||||
url_prefix: https://www.bahnhof.de/
|
||||
url_query: slug
|
||||
title_query: name
|
||||
content_query: state
|
||||
shortcut: bf
|
||||
disabled: true
|
||||
about:
|
||||
website: https://www.bahn.de
|
||||
wikidata_id: Q22811603
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: JSON
|
||||
language: de
|
||||
|
||||
- name: deezer
|
||||
engine: deezer
|
||||
shortcut: dz
|
||||
|
|
Loading…
Reference in a new issue