X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk_parser.py;h=329b4e52563aaf0edefed9bb84c8b139d166a2d4;hb=a5a3a03d6067edaae395c8d5386257b55f3850f3;hp=6a69433ddf9ca3286cd3410284435b199c73252c;hpb=cac6843d0987a11020e2ec606adccc95d89a5f71;p=bookmarks_db.git diff --git a/bkmk_parser.py b/bkmk_parser.py index 6a69433..329b4e5 100644 --- a/bkmk_parser.py +++ b/bkmk_parser.py @@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 1997-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 1997-2023 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['BkmkParser'] @@ -149,8 +149,8 @@ class BkmkParser(HTMLParser): debug("Bookmark points to: `%s'" % href) bookmark = Bookmark(href, add_date, last_visit, last_modified, - keyword=keyword, icon=icon, - charset=charset, parser_charset=self.charset or default_encoding) + keyword=keyword, icon=icon, charset=charset, + parser_charset=self.charset or default_encoding) self.current_object = bookmark self.current_folder.append(bookmark) self.urls += 1