Update buku

This commit is contained in:
Arun Prakash Jana 2016-07-05 23:27:54 +05:30 committed by GitHub
parent 2b330d55e8
commit 67033ad643

2
buku
View File

@ -33,7 +33,6 @@ import inspect
import atexit import atexit
import readline import readline
# Globals # Globals
update = False # Update a bookmark in DB update = False # Update a bookmark in DB
tagManual = None # Tags for update command tagManual = None # Tags for update command
@ -54,7 +53,6 @@ CHUNKSIZE = 0x80000 # Read/write 512 KB chunks
logging.basicConfig(format='[%(levelname)s] %(message)s') logging.basicConfig(format='[%(levelname)s] %(message)s')
logger = logging.getLogger() logger = logging.getLogger()
class BMHTMLParser(HTMLParser.HTMLParser): class BMHTMLParser(HTMLParser.HTMLParser):
"""Class to parse and fetch the title from a HTML page, if available""" """Class to parse and fetch the title from a HTML page, if available"""