mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 05:04:46 +00:00
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:
parent
2bba7df3e7
commit
e1192c078f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue