summaryrefslogtreecommitdiff
path: root/whiskyde.go
diff options
context:
space:
mode:
authorMax2018-02-05 17:47:03 +0100
committerMax2018-02-05 17:47:03 +0100
commit7ca22dc3e6a5fb1815de2c42b868458e1efb9ef9 (patch)
tree218bd25f29136169163cc46160b6fe75b999e2e1 /whiskyde.go
parent5064a5f7562c6edfb446b176ca029f90bf6316d0 (diff)
downloadalkobote-7ca22dc3e6a5fb1815de2c42b868458e1efb9ef9.tar.gz
Adds detection of expired offers.
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"