summaryrefslogtreecommitdiff
path: root/crawler/shop_drankdozijn.go
diff options
context:
space:
mode:
authorMax2019-05-12 22:36:52 +0200
committerMax2019-05-12 22:36:52 +0200
commitb523bb035931cc27daa568e6348d03d379946581 (patch)
tree8444d179cf5b2e7e84bd3c6304bd90b5017e1c72 /crawler/shop_drankdozijn.go
parentff8601c8913a3c264de566ad34c34ef634a9d251 (diff)
downloadalkobote-b523bb035931cc27daa568e6348d03d379946581.tar.gz
Minor fix. (crawler)
Diffstat (limited to 'crawler/shop_drankdozijn.go')
-rw-r--r--crawler/shop_drankdozijn.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawler/shop_drankdozijn.go b/crawler/shop_drankdozijn.go
index e368bc5..ffa8904 100644
--- a/crawler/shop_drankdozijn.go
+++ b/crawler/shop_drankdozijn.go
@@ -208,6 +208,13 @@ func (app *App) ScrapeDrankdozijn(shop Shop) []Angebot {
}
W.Spirit_type = tmp_type
}
+ if "Mezcal" == tmp_type {
+ if tmp_type != W.Spirit_type {
+ DebugOffer(W, "Spirit Type Changed: "+W.Spirit_type+" -> "+tmp_type)
+ W.Spirit_type = tmp_type
+ }
+ W.Spirit_type = tmp_type
+ }
if "Baijiu" == tmp_type {
if tmp_type != W.Spirit_type {
DebugOffer(W, "Spirit Type Changed: "+W.Spirit_type+" -> "+tmp_type)