mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 12:21:53 +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
|
handler.parser = parser
|
||||||
# parse
|
# parse
|
||||||
try:
|
try:
|
||||||
content = url_data.get_content()
|
content = url_data.get_raw_content()
|
||||||
with parse_mutex:
|
with parse_mutex:
|
||||||
parser.feed(content)
|
parser.feed(content)
|
||||||
parser.flush()
|
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