linkchecker/linkcheck/checker
Chris Mayo 16bee50068 Move AnchorCheck local file handling into a new class
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:
c221afda ("Enable AnchorCheck to be used with local files", 2022-10-03)
2022-10-24 19:30:56 +01:00
..
__init__.py Move AnchorCheck local file handling into a new class 2022-10-24 19:30:56 +01:00
const.py Move AnchorCheck local file handling into a new class 2022-10-24 19:30:56 +01:00
dnsurl.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
fileurl.py Move AnchorCheck local file handling into a new class 2022-10-24 19:30:56 +01:00
ftpurl.py Add logging of MIME types and improve docstrings 2022-10-17 19:21:03 +01:00
httpurl.py Merge pull request #676 from cjmayo/robotmap 2022-10-17 19:25:57 +01:00
ignoreurl.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
internpaturl.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
itmsservicesurl.py Remove unneeded pass statements 2020-08-22 17:17:02 +01:00
mailtourl.py Replace deprecated dns.resolver.query() 2022-10-05 19:27:13 +01:00
nntpurl.py Fix typos 2022-09-02 17:20:02 +08:00
telneturl.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
unknownurl.py Add gemini scheme 2022-09-16 19:21:32 +01:00
urlbase.py Log robots.txt as the sitemap parent URL 2022-10-17 19:21:03 +01:00