diff options
| author | Max | 2018-02-08 18:26:41 +0100 |
|---|---|---|
| committer | Max | 2018-02-08 18:26:41 +0100 |
| commit | f6904aab20e2d09255fd0adabfd246165ff3cb02 (patch) | |
| tree | f7ac27cb5dd34443640235a97ce9bde8f2a1816a /crawler/main.go | |
| parent | ae7ed42df6a55e36c82b88e7c71569951847a68c (diff) | |
| download | alkobote-f6904aab20e2d09255fd0adabfd246165ff3cb02.tar.gz | |
Crawler extracts volume, price per litre and abv. (MC Whisky, Rum & Co, Whic)
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go index a25feaf..8a3556a 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -31,7 +31,7 @@ type Angebot struct { Url string Original_price int Discounted_price int - Price_per_litre int + Base_price int Image_url string Spirit_type string Valid_until int |
