File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:bullseye-slim
22
33LABEL maintainer=
"Franck FERMAN <[email protected] >" \
44 description="Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil." \
5- metadetective_version="1.0.6 " \
5+ metadetective_version="1.0.7 " \
66 docker_image_version="1.0.1"
77
88RUN apt-get update && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " MetaDetective"
7- version = " 1.0.6 "
7+ version = " 1.0.7 "
88description = " Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
99authors = [{
name =
" Franck Ferman" ,
email =
" [email protected] " }]
1010license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 44
55Created By : Franck FERMAN @franckferman
66Created Date: 27/08/2023
7- Version : 1.0.6 (23 /10/2023)
7+ Version : 1.0.7 (24 /10/2023)
88"""
99
1010import argparse
6161EXIFTOOL_EXECUTION_ERROR = "Error: exiftool encountered an error."
6262
6363NOMINATIM_HOST = "nominatim.openstreetmap.org"
64- USER_AGENT = 'MetaDetective/1.0.6 '
64+ USER_AGENT = 'MetaDetective/1.0.7 '
6565NOMINATIM_ENDPOINT = "/reverse?format=jsonv2&lat={lat}&lon={lon}"
6666
6767NOMINATIM_LINK = "https://nominatim.openstreetmap.org/ui/reverse.html?lat={lat}&lon={lon}"
You can’t perform that action at this time.
0 commit comments