]> git.phdru.name Git - bookmarks_db.git/commitdiff
Report what parser is in use.
authorOleg Broytman <phd@phdru.name>
Tue, 4 Jan 2011 19:34:49 +0000 (19:34 +0000)
committerOleg Broytman <phd@phdru.name>
Tue, 4 Jan 2011 19:34:49 +0000 (19:34 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@319 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

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: