summaryrefslogtreecommitdiff
path: root/crawler/shops.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/shops.go')
-rw-r--r--crawler/shops.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawler/shops.go b/crawler/shops.go
index d9fcc0d..61676ed 100644
--- a/crawler/shops.go
+++ b/crawler/shops.go
@@ -90,6 +90,14 @@ func getShopsFromStruct() []Shop {
Shipping_costs: 495,
Free_shipping: "75€",
})
+ Shops = append(Shops, Shop{
+ Name: "Drankdozijn",
+ Url: "https://Drankdozijn.de",
+ Short_url: "https://l.fuselkoenig.de/whiskyzone",
+ Logo_url: "",
+ Shipping_costs: 595,
+ Free_shipping: "250€",
+ })
return Shops
}