diff options
author | Alexandre Flament <alex@al-f.net> | 2020-11-28 09:06:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 09:06:53 +0100 |
commit | 93c2603561c039fb43137c251493e77032f91743 (patch) | |
tree | e9a3980680cbabe4c87e8cc98834049c9eec7c95 | |
parent | 6ada5bac60f44a09198c9fec642d5c5939982f88 (diff) | |
parent | d1f527c3afde524fbe81180a7c5c7d1687cdd6ae (diff) | |
download | searxng-93c2603561c039fb43137c251493e77032f91743.tar.gz searxng-93c2603561c039fb43137c251493e77032f91743.zip |
Merge pull request #2336 from efectn/patch-1
Photon API Link Update
-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}' |