We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a812d27 commit 2c58800Copy full SHA for 2c58800
src/MetaDetective/MetaDetective.py
@@ -4,7 +4,7 @@
4
5
Created By : Franck FERMAN @franckferman
6
Created Date: 27/08/23
7
-Version : 1.0.9 (09/11/23)
+Version : 2.0.0 (03/12/25)
8
Refactored : Enhanced multithreading and code structure
9
"""
10
@@ -65,7 +65,7 @@
65
EXIFTOOL_EXECUTION_ERROR = "Error: exiftool encountered an error."
66
67
NOMINATIM_HOST = "nominatim.openstreetmap.org"
68
-USER_AGENT = 'MetaDetective/1.0.9'
+USER_AGENT = 'MetaDetective/2.0.0'
69
NOMINATIM_ENDPOINT = "/reverse?format=jsonv2&lat={lat}&lon={lon}"
70
NOMINATIM_LINK = "https://nominatim.openstreetmap.org/ui/reverse.html?lat={lat}&lon={lon}"
71
NOMINATIM_SEARCH_URL = "https://nominatim.openstreetmap.org/ui/search.html?q="
0 commit comments