summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorM. Efe Çetin <45270788+efectn@users.noreply.github.com>2020-11-27 10:22:28 +0300
committerGitHub <noreply@github.com>2020-11-27 10:22:28 +0300
commitd1f527c3afde524fbe81180a7c5c7d1687cdd6ae (patch)
treee9a3980680cbabe4c87e8cc98834049c9eec7c95 /searx/engines/photon.py
parent6ada5bac60f44a09198c9fec642d5c5939982f88 (diff)
downloadsearxng-d1f527c3afde524fbe81180a7c5c7d1687cdd6ae.tar.gz
searxng-d1f527c3afde524fbe81180a7c5c7d1687cdd6ae.zip
Photon API Link Update
Via https://photon.komoot.io/
Diffstat (limited to 'searx/engines/photon.py')
-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}'