summaryrefslogtreecommitdiff
path: root/whiskyde.go
diff options
context:
space:
mode:
Diffstat (limited to 'whiskyde.go')
-rw-r--r--whiskyde.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whiskyde.go b/whiskyde.go
index 62e30f1..5bf3248 100644
--- a/whiskyde.go
+++ b/whiskyde.go
@@ -43,7 +43,7 @@ func ScrapeWhiskyde() []Angebot {
})
e.ForEach(".article-price-prefix", func(i int, e *colly.HTMLElement) {
- W.Valid_until = e.ChildText(".article-price-special")
+ //W.Valid_until = e.ChildText(".article-price-special")
})
W.Shop = "Whisky.de"