X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2Fbkmk_ph_util.py;h=0fd09f28fa0aa35712b90dc46fca447a2db7f8a6;hb=9faa13f6f8199790cf01533e857c593520559649;hp=0e2d529a7ca2e4671f6599c5bd9bd2b8b4086468;hpb=4255ead7de9ed5069f94b90cb134a077387d43c1;p=bookmarks_db.git diff --git a/parse_html/bkmk_ph_util.py b/parse_html/bkmk_ph_util.py index 0e2d529..0fd09f2 100644 --- a/parse_html/bkmk_ph_util.py +++ b/parse_html/bkmk_ph_util.py @@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2010-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2010-2023 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['HTMLParser'] @@ -12,6 +12,7 @@ __all__ = ['HTMLParser'] from HTMLParser import HTMLParser + class HTMLParser(HTMLParser): def __init__(self, charset, meta_charset, title, refresh, icon): object.__init__(self)