diff options
| author | horus_arch | 2018-02-04 20:18:27 +0100 |
|---|---|---|
| committer | horus_arch | 2018-02-04 20:18:27 +0100 |
| commit | fe12a1d41d74ac55dc3c1b27821375541ee5f2b2 (patch) | |
| tree | 57f841f57fe8405e0461d7fd5a9c08787caa0cca /main.go | |
| parent | 0687b4217abf0c278bcab50de4edafec76da4a91 (diff) | |
| download | alkobote-fe12a1d41d74ac55dc3c1b27821375541ee5f2b2.tar.gz | |
Structures the crawler for bottleworld and mcwhisky.
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -19,19 +19,19 @@ type Angebot struct { func main() { - /* - printName("BottleWorld") - ScrapeBottleWord() + W := ScrapeBottleWord() + printName(W, "BottleWorld") - printName("MC Whisky") - ScrapeMCWhisky() + W = ScrapeMCWhisky() + printName(W, "MC Whisky") - printName("Whic") - ScrapeWhic() - */ + /* + printName("Whic") + ScrapeWhic() - W := ScrapeWhiskyde() - printName(W, "Whisky.de") + W = ScrapeWhiskyde() + printName(W, "Whisky.de") + */ /* printName("Whiskysite.nl") |
