aboutsummaryrefslogtreecommitdiff
path: root/tools/charcrawler/crawler/crawler.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/charcrawler/crawler/crawler.go')
-rw-r--r--tools/charcrawler/crawler/crawler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/charcrawler/crawler/crawler.go b/tools/charcrawler/crawler/crawler.go
index 337bc76..64d1a27 100644
--- a/tools/charcrawler/crawler/crawler.go
+++ b/tools/charcrawler/crawler/crawler.go
@@ -23,6 +23,7 @@ var Instances []Crawler
23var ( 23var (
24 CrawlError = errors.New("Error while crawling") 24 CrawlError = errors.New("Error while crawling")
25 CharacterNotFound = errors.New("Character not found") 25 CharacterNotFound = errors.New("Character not found")
26 Banned = errors.New("Crawler banned from source")
26) 27)
27 28
28func Start(c Crawler) { 29func Start(c Crawler) {