diff options
Diffstat (limited to 'crawler/shop_bottleworld.go')
| -rw-r--r-- | crawler/shop_bottleworld.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crawler/shop_bottleworld.go b/crawler/shop_bottleworld.go index d679b43..8722211 100644 --- a/crawler/shop_bottleworld.go +++ b/crawler/shop_bottleworld.go @@ -6,8 +6,6 @@ import ( // "github.com/PuerkitoBio/goquery" "github.com/gocolly/colly" - "log" - "time" ) func (app *App) ScrapeBottleWord(shop Shop) []Angebot { @@ -16,9 +14,6 @@ func (app *App) ScrapeBottleWord(shop Shop) []Angebot { c := app.customCollector([]string{"bottleworld.de", "www.bottleworld.de"}) - log.Println(c.IgnoreRobotsTxt) - log.Println(time.Duration(app.Config.Delay)) - c.OnHTML("li.item", func(e *colly.HTMLElement) { W := Angebot{} |
