Update buku
This commit is contained in:
parent
2b330d55e8
commit
67033ad643
2
buku
2
buku
@ -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"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user