From c4541227b4b8f0fe533630f85439a8c86b020402 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 Apr 2016 10:09:56 +0530 Subject: [PATCH] Update buku --- buku | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buku b/buku index 8577075..57c6285 100755 --- a/buku +++ b/buku @@ -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