diff --git a/linkcheck/checker/fileurl.py b/linkcheck/checker/fileurl.py index 45017f9a..a30a5df7 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.py @@ -31,7 +31,8 @@ from linkcheck.i18n import _ contents = { "html": re.compile(r'(?i).*'), "opera" : re.compile(r'Opera Hotlist'), -# "text" : re.compile(r'[\w\s]+'), +# XXX TODO +# "text" : re.compile(r'(?i)# LinkChecker URL list'), }