summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authoradmin2026-06-24 02:59:38 +0200
committeradmin2026-06-24 02:59:38 +0200
commitd74428a39f01f4542395cea086ac241016b81a1f (patch)
treead27400e773205104dbd46d1358c85e0e5dc182e /main.go
parent32369fcbd4285664a527846ed392a33bbcbc3d75 (diff)
downloadhncrawler-d74428a39f01f4542395cea086ac241016b81a1f.tar.gz
.
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":