@ -74,6 +74,8 @@ _VERSION_ = 1.8
# Parse HTML page for Title info
class BMHTMLParser(HTMLParser.HTMLParser):
"""Class to parse and fetch the title from a HTML page, if available"""
def __init__(self):
HTMLParser.HTMLParser.__init__(self)
self.inTitle = False
The note is not visible to the blocked user.