diff options
| author | Maximilian Möhring | 2019-05-15 15:37:58 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2019-05-15 15:37:58 +0200 |
| commit | 428ed1c35be88fbfedc1569d6e9692778c89ff25 (patch) | |
| tree | 78a995637b5db2bf45f3a0e5a05a29509aac37c4 /crawler/main.go | |
| parent | 29aa3ca0af871ea605a826d32d157441c395b569 (diff) | |
| download | alkobote-428ed1c35be88fbfedc1569d6e9692778c89ff25.tar.gz | |
Renames functions. (crawler)
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go index 54c351f..85206e9 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -94,7 +94,7 @@ func main() { return } - app.ScrapeHTML(shops) + app.Scrape(shops) // short url err = app.post_process() |
