X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_urls.py;h=c3e81b876cd7c811d7a807101fe3d51aa85d0f15;hb=6688a7206d9b545e52cfbc4cf2adae691a1a0933;hp=2e9fe83c8a2a72328a7ff7d022e27d7f1edadff0;hpb=0e76f1851882b99da63a7c8a9e4cdf0c4a48657f;p=bookmarks_db.git diff --git a/check_urls.py b/check_urls.py index 2e9fe83..c3e81b8 100755 --- a/check_urls.py +++ b/check_urls.py @@ -2,7 +2,7 @@ """ 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. """ @@ -31,7 +31,7 @@ def run(): 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") @@ -103,6 +103,10 @@ def run(): 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")