mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 10:00:58 +00:00
mime type mapping for markdown was added. https://docs.python.org/3.12/whatsnew/changelog.html#id3
42 lines
1,017 B
Text
42 lines
1,017 B
Text
url file://%(curdir)s/%(datadir)s/file.markdown
|
|
cache key file://%(curdir)s/%(datadir)s/file.markdown
|
|
real url file://%(curdir)s/%(datadir)s/file.markdown
|
|
name %(datadir)s/file.markdown
|
|
warning The URL with content type 'text/markdown' is not parseable.
|
|
valid
|
|
|
|
url http://url.example.com
|
|
cache key http://url.example.com
|
|
real url http://url.example.com
|
|
error
|
|
|
|
url http://url2.example.com
|
|
cache key http://url2.example.com
|
|
real url http://url2.example.com
|
|
error
|
|
|
|
url http://urldef1.example.com
|
|
cache key http://urldef1.example.com
|
|
real url http://urldef1.example.com
|
|
error
|
|
|
|
url http://urldef2.example.com
|
|
cache key http://urldef2.example.com
|
|
real url http://urldef2.example.com
|
|
error
|
|
|
|
url http://urllink.example.com
|
|
cache key http://urllink.example.com
|
|
real url http://urllink.example.com
|
|
error
|
|
|
|
url http://urllink2.example.com
|
|
cache key http://urllink2.example.com
|
|
real url http://urllink2.example.com
|
|
error
|
|
|
|
url http://urlimg.example.com
|
|
cache key http://urlimg.example.com
|
|
real url http://urlimg.example.com
|
|
error
|
|
|