also added the type part of the detail content (original de: "Art")

This commit is contained in:
2025-02-06 12:26:02 +01:00
parent e18577b25a
commit b07694dd8a
7 changed files with 16 additions and 7 deletions

3
ad.go
View File

@@ -32,7 +32,8 @@ type Ad struct {
Slug string
ID string
Details []string `goquery:".addetailslist--detail--value,text"`
Condition string // post processed
Condition string // post processed from details
Type string // post processed from details
Category string
CategoryTree []string `goquery:".breadcrump-link,text"`
Price string `goquery:"h2#viewad-price"`