From 6e0858f00d941e96010b794c3f16e31cbef2e72d Mon Sep 17 00:00:00 2001 From: horus Date: Sat, 10 Feb 2018 14:31:47 +0100 Subject: Crawler extracts volume, price per litre and abv. (Whisky World) --- crawler/shop_whiskyde.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawler/shop_whiskyde.go') diff --git a/crawler/shop_whiskyde.go b/crawler/shop_whiskyde.go index 053cc7f..b450c86 100644 --- a/crawler/shop_whiskyde.go +++ b/crawler/shop_whiskyde.go @@ -64,8 +64,6 @@ func ScrapeWhiskyde(shop Shop) []Angebot { log.Fatal(err) } - e.ForEach(".article-amount", func(i int, e *colly.HTMLElement) { - }) if W.Volume == 0 { log.Println("Whisky.de: " + W.Name + " kein Volume erkannt") return -- cgit v1.2.3