summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Möhring2021-10-24 12:34:08 +0200
committerMaximilian Möhring2021-10-24 12:34:08 +0200
commitc7d1c01fba4c8e622412cc026392684031134207 (patch)
tree2eb317da0d1fcb4f1701cf336468adb919d32699
parent87dd4f44ff0f5cb934c1cfde81d4dd25401a877d (diff)
downloadalkobote-c7d1c01fba4c8e622412cc026392684031134207.tar.gz
small fixes
-rw-r--r--crawler/shop_bottleworld.go2
-rw-r--r--crawler/shops.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawler/shop_bottleworld.go b/crawler/shop_bottleworld.go
index 2c6f734..24c5daf 100644
--- a/crawler/shop_bottleworld.go
+++ b/crawler/shop_bottleworld.go
@@ -9,7 +9,7 @@ import (
)
func (app *App) ScrapeBottleWord(shop Shop) []Angebot {
- Shop_url := "https://www.bottleworld.de/aktuelle-sonderpreise/show/all"
+ Shop_url := "https://www.bottleworld.de/aktuelle-sonderpreise"
Whiskys := []Angebot{}
c := app.customCollector([]string{"bottleworld.de", "www.bottleworld.de"})
diff --git a/crawler/shops.go b/crawler/shops.go
index 73def99..37e842e 100644
--- a/crawler/shops.go
+++ b/crawler/shops.go
@@ -96,7 +96,7 @@ func getShopsFromStruct() []Shop {
Short_url: "https://l.fuselkoenig.de/drankdozijn",
Logo_url: "",
Shipping_costs: 595,
- Free_shipping: "250€",
+ Free_shipping: "150€",
})
Shops = append(Shops, Shop{
Name: "Spirituosen-Wolf",