aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks_worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'brokenlinks_worker.go')
-rw-r--r--brokenlinks_worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/brokenlinks_worker.go b/brokenlinks_worker.go
index 14ad615..81283a0 100644
--- a/brokenlinks_worker.go
+++ b/brokenlinks_worker.go
@@ -381,7 +381,7 @@ func (wrk *brokenlinksWorker) fetch(linkq linkQueue) (
const maxRetry = 5
var retry int
for retry < 5 {
- if linkq.kind == atom.Img || linkq.isExternal {
+ if linkq.kind == atom.Img {
if wrk.opts.IsVerbose {
wrk.log.Printf("scan: HEAD %s\n", linkq.url)
}