From 9c47d6f22be8078e3df29c6d9bbab7a5bb241f01 Mon Sep 17 00:00:00 2001 From: Maximilian Möhring Date: Tue, 12 Jan 2021 08:17:33 +0100 Subject: Finalized the crawler for the new shop. --- crawler/scrape.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawler/scrape.go') diff --git a/crawler/scrape.go b/crawler/scrape.go index 9d0d0f2..053240f 100644 --- a/crawler/scrape.go +++ b/crawler/scrape.go @@ -81,6 +81,8 @@ func (app *App) ScrapeHTML(shop Shop) []Angebot { return app.ScrapeWhiskyzone(shop) case "Drankdozijn": return app.ScrapeDrankdozijn(shop) + case "Spirituosen-Wolf": + return app.ScrapeSpirituosenWolf(shop) default: shop.Warn("No Crawler") } -- cgit v1.2.3