do not append non-parseable meta refresh tags

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2838 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-10 22:21:59 +00:00
parent 2bba7df3e7
commit e1192c078f

View file

@ -250,7 +250,7 @@ class LinkFinder (TagFinder):
mo = refresh_re.match(url)
if mo:
urls.append(mo.group("url"))
else:
elif attr != 'content':
urls.append(url)
elif attr == u'style':
for mo in css_url_re.finditer(url):