missed commits

This commit is contained in:
2024-02-12 13:34:23 +01:00
parent 440682d4c1
commit af8e4d21b1
2 changed files with 1 additions and 6 deletions

View File

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

View File

@@ -116,11 +116,6 @@ func Main(output io.Writer) int {
if err != nil {
return Die(err)
}
err = Mkdir(outdir)
if err != nil {
return Die(err)
}
conf.Outdir = outdir
// used for all HTTP requests