Update buku

This commit is contained in:
Arun Prakash Jana 2016-04-06 10:09:56 +05:30
parent fb6ec10648
commit c4541227b4

2
buku
View File

@ -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