text magic

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1580 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-28 09:24:13 +00:00
parent 0d2f54de9b
commit 8194034e93

View file

@ -31,7 +31,8 @@ from linkcheck.i18n import _
contents = {
"html": re.compile(r'(?i)<html>.*</html>'),
"opera" : re.compile(r'Opera Hotlist'),
# "text" : re.compile(r'[\w\s]+'),
# XXX TODO
# "text" : re.compile(r'(?i)# LinkChecker URL list'),
}