summaryrefslogtreecommitdiff
path: root/libmat2/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/web.py')
-rw-r--r--libmat2/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/web.py b/libmat2/web.py
index a31c7ca..c11b47d 100644
--- a/libmat2/web.py
+++ b/libmat2/web.py
@@ -54,7 +54,7 @@ class _HTMLParser(parser.HTMLParser):
54 we're using an internal queue to track all the opening/closing tags, 54 we're using an internal queue to track all the opening/closing tags,
55 and hoping for the best. 55 and hoping for the best.
56 """ 56 """
57 tag_blacklist = {'doctitle', 'meta'} # everything is lowercase 57 tag_blacklist = {'doctitle', 'meta', 'title'} # everything is lowercase
58 def __init__(self, filename): 58 def __init__(self, filename):
59 super().__init__() 59 super().__init__()
60 self.filename = filename 60 self.filename = filename