diff options
Diffstat (limited to 'crawler/scrape.go')
| -rw-r--r-- | crawler/scrape.go | 4 |
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": |
