mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
A second run creates an additional entry in blacklist rather than upating the original: 1 '"(\'http://localhost/broken.html\', \'http://localhost/nosuchlink.html\')"' 1 "('http://localhost/broken.html', 'http://localhost/nosuchlink.html')" Broken since at least 9.3: 1 "(u'http://localhost/broken.html', u'http://localhost/nosuchlink.html')" 1 u'"(u\'http://localhost/broken.html\', u\'http://localhost/nosuchlink.html\')"' If such an entry is found LinkChecker will now halt. Either remove the entry or the whole file. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blacklist.py | ||
| csvlog.py | ||
| customxml.py | ||
| dot.py | ||
| gml.py | ||
| graph.py | ||
| gxml.py | ||
| html.py | ||
| none.py | ||
| sitemapxml.py | ||
| sql.py | ||
| text.py | ||
| xmllog.py | ||