From d1f527c3afde524fbe81180a7c5c7d1687cdd6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= <45270788+efectn@users.noreply.github.com> Date: Fri, 27 Nov 2020 10:22:28 +0300 Subject: [PATCH] Photon API Link Update Via https://photon.komoot.io/ --- searx/engines/photon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/photon.py b/searx/engines/photon.py index 9201fc168..7a6fc8321 100644 --- a/searx/engines/photon.py +++ b/searx/engines/photon.py @@ -21,7 +21,7 @@ language_support = True number_of_results = 10 # search-url -base_url = 'https://photon.komoot.de/' +base_url = 'https://photon.komoot.io/' search_string = 'api/?{query}&limit={limit}' result_base_url = 'https://openstreetmap.org/{osm_type}/{osm_id}'