X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_title.py;h=775679b227ada7d4bdfe0d7e32ab700e91f63630;hb=c2ea4e82718b903aa123dd77490f36657383b0ca;hp=ffab6fa7d325b69cd787b15e5f28fde7681bcaeb;hpb=4ced9933b914c5569cba1c29c9ae21c3de123acc;p=bookmarks_db.git diff --git a/check_title.py b/check_title.py index ffab6fa..775679b 100755 --- a/check_title.py +++ b/check_title.py @@ -10,7 +10,7 @@ from bkmk_objects import make_linear, quote_title, unquote_title __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2002-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2002-2023 PhiloSoft Design" __license__ = "GNU GPL" @@ -29,7 +29,7 @@ def run(): pass if report_stats: - print("Broytman check_title, Copyright (C) 2002-2017 PhiloSoft Design") + print("Broytman check_title, Copyright (C) 2002-2023 PhiloSoft Design") if args: sys.stderr.write("check_title: too many arguments\n") @@ -56,7 +56,7 @@ def run(): if object.isBookmark: if hasattr(object, "moved") or hasattr(object, "error") \ - or object.href.startswith('place:'): # Firefox SmartBookmarks + or object.href.startswith('place:'): # Firefox SmartBookmarks continue if hasattr(object, "real_title") and (object.real_title is not None):