Update buku
This commit is contained in:
parent
fb6ec10648
commit
c4541227b4
2
buku
2
buku
@ -74,6 +74,8 @@ _VERSION_ = 1.8
|
|||||||
|
|
||||||
# Parse HTML page for Title info
|
# Parse HTML page for Title info
|
||||||
class BMHTMLParser(HTMLParser.HTMLParser):
|
class BMHTMLParser(HTMLParser.HTMLParser):
|
||||||
|
"""Class to parse and fetch the title from a HTML page, if available"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
HTMLParser.HTMLParser.__init__(self)
|
HTMLParser.HTMLParser.__init__(self)
|
||||||
self.inTitle = False
|
self.inTitle = False
|
||||||
|
Loading…
Reference in New Issue
Block a user