mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
When checking local files with AnchorCheck, anchors in URLs
like "example/#anchor" are not supported.
Without AnchorCheck enabled, the Real URL reported for such URLs
was changed to include the anchor when local file checking was added to
AnchorCheck, but it is the directory that is checked.
The same URL was also then used as the Parent URL for the check of each
of the contents of that directory.
For FileUrl this is a revert of:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| const.py | ||
| dnsurl.py | ||
| fileurl.py | ||
| ftpurl.py | ||
| httpurl.py | ||
| ignoreurl.py | ||
| internpaturl.py | ||
| itmsservicesurl.py | ||
| mailtourl.py | ||
| nntpurl.py | ||
| telneturl.py | ||
| unknownurl.py | ||
| urlbase.py | ||