diff options
author | Bnyro <bnyro@tutanota.com> | 2024-09-03 18:40:53 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-09-03 18:52:54 +0200 |
commit | 94a1f39bde1150a31e4e45341952430cadd14a1b (patch) | |
tree | a19bb134f1f08fa1f49456ad39e8c5e8c46750c1 /searx/settings.yml | |
parent | b774ee04ba097cf7327cac072704360a37353e4d (diff) | |
download | searxng-94a1f39bde1150a31e4e45341952430cadd14a1b.tar.gz searxng-94a1f39bde1150a31e4e45341952430cadd14a1b.zip |
[engine] bahnhof.de: remove engine
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8f5a4430e..a05542321 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -562,33 +562,6 @@ 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 - tests: - bahnhof: - matrix: - query: berlin - lang: en - result_container: - - not_empty - - ['one_title_contains', 'Berlin Hauptbahnhof'] - test: - - unique_results - - name: deezer engine: deezer shortcut: dz |