]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/__init__.py
Report what parser is in use.
[bookmarks_db.git] / parse_html / __init__.py
index 96fa6968a4e4a2b4cd3b5fbdde4875c85f89f9ca..ec8fcec7d261b7703e3de8cab128b99de288c4b3 100644 (file)
@@ -118,8 +118,11 @@ def parse_html(filename, charset=None, log=None):
          if log: log("Parser %s.%s failed, trying next one." % (p.__module__, p.__name__))
 
    if not parser:
+       if log: log("All parser has failed.")
        return None
 
+   if log: log("Using %s.%s" % (p.__module__, p.__name__))
+
    converted_title = title = parser.title
    if title and (not parser.charset):
       try: