From a418c52123969b01c37bafd67ec226410211cccf Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Feb 2018 16:07:46 +0100 Subject: Crawler extracts volume, price per litre and abv. (bottleshop only) --- crawler/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawler/main.go') diff --git a/crawler/main.go b/crawler/main.go index 9a21c5f..a25feaf 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -25,12 +25,13 @@ type App struct { type Angebot struct { Id int Name string - Abv string - Volume string + Abv float32 + Volume float32 Shop int Url string Original_price int Discounted_price int + Price_per_litre int Image_url string Spirit_type string Valid_until int -- cgit v1.2.3