"""
Check and show URLs in the bookmarks database where name <> real title
- Written by Broytman. Copyright (C) 2002-2008 PhiloSoft Design.
+ Written by Broytman. Copyright (C) 2002-2010 PhiloSoft Design.
"""
import sys
pass
if report_stats:
- print "Broytman check_title, Copyright (C) 2002-2008 PhiloSoft Design"
+ print "Broytman check_title, Copyright (C) 2002-2010 PhiloSoft Design"
if args:
sys.stderr.write("check_title: too many arguments\n")
object = root_folder.linear[object_no]
if object.isBookmark:
- if hasattr(object, "moved") or hasattr(object, "error"):
+ if hasattr(object, "moved") or hasattr(object, "error") \
+ or object.href.startswith('place:'): # Firefox SmartBookmarks
continue
if hasattr(object, "real_title") and (object.real_title is not None):