mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-12 02:20:58 +00:00
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:
parent
0d2f54de9b
commit
8194034e93
1 changed files with 2 additions and 1 deletions
|
|
@ -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'),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue