diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": |
