X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_urls.py;h=ae7fe830475ac067a187a243124fe7065d2de213;hb=cac6843d0987a11020e2ec606adccc95d89a5f71;hp=a7314f3b789ee120cfb9d239fd05d1e14d3268a5;hpb=153e154fff8170da7e5f88c4301bf128ff2598eb;p=bookmarks_db.git diff --git a/check_urls.py b/check_urls.py index a7314f3..ae7fe83 100755 --- a/check_urls.py +++ b/check_urls.py @@ -9,7 +9,7 @@ import sys, os __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" __license__ = "GNU GPL" @@ -34,7 +34,7 @@ def run(): pass if report_stats: - print("Broytman check_urls, Copyright (C) 1997-2017 PhiloSoft Design") + print("Broytman check_urls, Copyright (C) 1997-2023 PhiloSoft Design") if args: sys.stderr.write("check_urls: too many arguments\n") @@ -108,7 +108,7 @@ def run(): if object.isBookmark: href = object.href if (href.startswith('place:') # Firefox SmartBookmarks - or '%s' in href): # Bookmark with keyword + or '%s' in href): # Bookmark with keyword log("Skipped %s" % href) continue