diff options
author | M. Efe Çetin <45270788+efectn@users.noreply.github.com> | 2020-11-27 10:22:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 10:22:28 +0300 |
commit | d1f527c3afde524fbe81180a7c5c7d1687cdd6ae (patch) | |
tree | e9a3980680cbabe4c87e8cc98834049c9eec7c95 /searx | |
parent | 6ada5bac60f44a09198c9fec642d5c5939982f88 (diff) | |
download | searxng-d1f527c3afde524fbe81180a7c5c7d1687cdd6ae.tar.gz searxng-d1f527c3afde524fbe81180a7c5c7d1687cdd6ae.zip |
Photon API Link Update
Via https://photon.komoot.io/
Diffstat (limited to 'searx')
-rw-r--r-- | searx/engines/photon.py | 2 |
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}' |