summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7cc7449..a32d075 100644
--- a/main.go
+++ b/main.go
@@ -585,7 +585,7 @@ func getURL(_url string, field int) Link {
} else {
log.Infof("getURL: IMDB: path does not include title: %s \n", u.Path)
//log.Warnf("getURL: IMDB: path does not include title: %s \n", u.Path)
- log.Fatalf("getURL: IMDB: path does not include title: %s \n", u.Path)
+ //log.Fatalf("getURL: IMDB: path does not include title: %s \n", u.Path)
}
break
case "www.vimeo.com":