diff options
| author | admin | 2026-06-24 02:59:38 +0200 |
|---|---|---|
| committer | admin | 2026-06-24 02:59:38 +0200 |
| commit | d74428a39f01f4542395cea086ac241016b81a1f (patch) | |
| tree | ad27400e773205104dbd46d1358c85e0e5dc182e /main.go | |
| parent | 32369fcbd4285664a527846ed392a33bbcbc3d75 (diff) | |
| download | hncrawler-d74428a39f01f4542395cea086ac241016b81a1f.tar.gz | |
.
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": |
