"""
Robot interface - check URLs from bookmarks database
- Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
+ Written by Broytman. Copyright (C) 2000-2010 PhiloSoft Design.
"""
pass
if report_stats:
- print "Broytman check_urls, Copyright (C) 1997-2007 PhiloSoft Design"
+ print "Broytman check_urls, Copyright (C) 1997-2010 PhiloSoft Design"
if args:
sys.stderr.write("check_urls: too many arguments\n")
object_count = object_count + 1
if object.isBookmark:
+ if object.href.startswith('place:'): # Firefox SmartBookmarks
+ log("Skipped %s" % object.href)
+ continue
+
if only_errors:
if hasattr(object, "error"):
delattr(object, "error")