fix #30: revert default adnamedir to just use the slug as before (#31)

This commit is contained in:
T.v.Dein
2024-01-14 12:19:16 +01:00
committed by Thomas von Dein
parent 0fd9b519d1
commit dce7604afb
2 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ const (
"Category: {{.Category}}\r\nCondition: {{.Condition}}\r\nCreated: {{.Created}}\r\n\r\n{{.Text}}\r\n"
Useragent string = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " +
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
DefaultAdNameTemplate string = "{{.Slug}}-{{.Id}}"
DefaultAdNameTemplate string = "{{.Slug}}"
)
const Usage string = `This is kleingebaeck, the kleinanzeigen.de backup tool.