summaryrefslogtreecommitdiff
path: root/crawler/scrape.go
diff options
context:
space:
mode:
authorhorus2018-02-17 15:53:59 +0100
committerhorus2018-02-17 15:53:59 +0100
commitdfe52cc605ae3e78d57da8c9e1d08e7f73a67859 (patch)
tree2350a401704622c48c55c61ca994ea3a6c4bb87d /crawler/scrape.go
parent8a94fd9d4b54e05ecd11ce4bc1fd9b0feb92b239 (diff)
downloadalkobote-dfe52cc605ae3e78d57da8c9e1d08e7f73a67859.tar.gz
Bugfix in crawler for whiskysite.nl. It's now active (crawler)
Diffstat (limited to 'crawler/scrape.go')
-rw-r--r--crawler/scrape.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawler/scrape.go b/crawler/scrape.go
index ae63e5c..6483548 100644
--- a/crawler/scrape.go
+++ b/crawler/scrape.go
@@ -57,8 +57,8 @@ func (app *App) ScrapeShop(shop Shop) []Angebot {
return app.ScrapeWhic(shop)
case "Whisky.de":
return app.ScrapeWhiskyde(shop)
- //case "Whiskysite.nl":
- // return app.ScrapeWhiskysitenl(shop)
+ case "Whiskysite.nl":
+ return app.ScrapeWhiskysitenl(shop)
case "Whisky World":
return app.ScrapeWhiskyworld(shop)
case "Whiskyzone":