summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-28 09:06:53 +0100
committerGitHub <noreply@github.com>2020-11-28 09:06:53 +0100
commit93c2603561c039fb43137c251493e77032f91743 (patch)
treee9a3980680cbabe4c87e8cc98834049c9eec7c95
parent6ada5bac60f44a09198c9fec642d5c5939982f88 (diff)
parentd1f527c3afde524fbe81180a7c5c7d1687cdd6ae (diff)
downloadsearxng-93c2603561c039fb43137c251493e77032f91743.tar.gz
searxng-93c2603561c039fb43137c251493e77032f91743.zip
Merge pull request #2336 from efectn/patch-1
Photon API Link Update
-rw-r--r--searx/engines/photon.py2
1 files changed, 1 insertions, 1 deletions
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}'