X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2Fbkmk_parse_html.py;h=162c29c1456b5a615f6c4e4bda49a2a056e11815;hb=9cc1d56e39512603672c51f263f0b6080ec1c3c2;hp=42cb5ce1575abf2f0e1eb073943ca62240bcccb2;hpb=cf9fabf4afe208cfb9ba2bb8998f14fa94e9e43f;p=bookmarks_db.git diff --git a/parse_html/bkmk_parse_html.py b/parse_html/bkmk_parse_html.py index 42cb5ce..162c29c 100644 --- a/parse_html/bkmk_parse_html.py +++ b/parse_html/bkmk_parse_html.py @@ -119,7 +119,7 @@ def parse_html(filename, charset=None, log=None): pass else: if parser: - if log: log(" Parser %s: ok" % p.__module__) + #if log: log(" Parser %s: ok" % p.__module__) #_parsers.append(parser) break else: @@ -133,7 +133,7 @@ def parse_html(filename, charset=None, log=None): return None #parser = _parsers[0] - if log: log(" Using %s" % parser.__module__) + if log: log(" Using %s" % p.__module__) converted_title = title = parser.title if title and (not parser.charset):