mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
parent
a4967fe92c
commit
84dbb5d603
2 changed files with 6 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ def find_links (url_data, callback, tags):
|
|||
handler.parser = parser
|
||||
# parse
|
||||
try:
|
||||
content = url_data.get_content()
|
||||
content = url_data.get_raw_content()
|
||||
with parse_mutex:
|
||||
parser.feed(content)
|
||||
parser.flush()
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
url file://%(curdir)s/%(datadir)s/utf8.html
|
||||
cache key file://%(curdir)s/%(datadir)s/utf8.html
|
||||
real url file://%(curdir)s/%(datadir)s/utf8.html
|
||||
name %(datadir)s/utf8.html
|
||||
valid
|
||||
Loading…
Reference in a new issue