mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-17 12:31:03 +01:00
This reverts commit eaf4db6cef.
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VERSION string = "0.1.1"
|
VERSION string = "0.1.0"
|
||||||
Baseuri string = "https://www.kleinanzeigen.de"
|
Baseuri string = "https://www.kleinanzeigen.de"
|
||||||
Listuri string = "/s-bestandsliste.html"
|
Listuri string = "/s-bestandsliste.html"
|
||||||
Defaultdir string = "."
|
Defaultdir string = "."
|
||||||
|
|||||||
5
main.go
5
main.go
@@ -131,11 +131,10 @@ func Main() int {
|
|||||||
if conf.StatsCountAds == 1 {
|
if conf.StatsCountAds == 1 {
|
||||||
adstr = "ad"
|
adstr = "ad"
|
||||||
}
|
}
|
||||||
fmt.Printf("Successfully downloaded %d %s with %d images to %s.",
|
fmt.Printf("Successfully downloaded %d %s with %d images to %s.\n",
|
||||||
conf.StatsCountAds, adstr, conf.StatsCountImages, conf.Outdir)
|
conf.StatsCountAds, adstr, conf.StatsCountImages, conf.Outdir)
|
||||||
fmt.Println()
|
|
||||||
} else {
|
} else {
|
||||||
fmt.Println("No ads found.")
|
fmt.Printf("No ads found.")
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user