summaryrefslogtreecommitdiff
path: root/crawler/shop_whiskyde.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/shop_whiskyde.go')
-rw-r--r--crawler/shop_whiskyde.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler/shop_whiskyde.go b/crawler/shop_whiskyde.go
index 0245c85..7117d71 100644
--- a/crawler/shop_whiskyde.go
+++ b/crawler/shop_whiskyde.go
@@ -19,6 +19,7 @@ func (app *App) ScrapeWhiskyde(shop Shop) []Angebot {
c.OnHTML(".is-buyable", func(e *colly.HTMLElement) {
if e.Request.URL.String() != Shop_url {
+ Debug(nil, "Whisky.de: Request url ("+e.Request.URL.String()+") is not shop url ("+Shop_url+").")
return
}