Compare commits

..

4 Commits

Author SHA1 Message Date
Thomas von Dein
0387d55624 bump version (feature update) 2024-01-22 18:42:23 +01:00
Thomas von Dein
a94ef63a90 fix linter error 2024-01-22 14:52:11 +01:00
Thomas von Dein
90f5e86fdb added -f to override d-hash, better debug and error handling 2024-01-22 14:52:11 +01:00
Thomas von Dein
587529e314 added image diff hash distance caching to not overwrite similar images 2024-01-22 14:52:11 +01:00

View File

@@ -35,7 +35,7 @@ import (
)
const (
VERSION string = "0.2.0"
VERSION string = "0.3.0"
Baseuri string = "https://www.kleinanzeigen.de"
Listuri string = "/s-bestandsliste.html"
Defaultdir string = "."