mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-18 13:01:06 +01:00
also added the type part of the detail content (original de: "Art")
This commit is contained in:
3
ad.go
3
ad.go
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user