diff --git a/linkcheck/linkparse.py b/linkcheck/linkparse.py index bd850848..18f31507 100644 --- a/linkcheck/linkparse.py +++ b/linkcheck/linkparse.py @@ -173,6 +173,10 @@ class LinkFinder (TagFinder): for attr in tagattrs: if attr not in attrs: continue + if tag == "meta": + refresh = attrs.get('http-equiv', u'').lower() + if refresh != 'refresh': + continue # name of this link name = self.get_link_name(tag, attrs, attr) # possible codebase