X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Writers%2Fbkmk_wflad.py;h=7619eb32f58e6dbcbec427108fe6b41eb57050e2;hb=5a3a639d28368406ca2e02584ee7924cb0ae8089;hp=dc46a8349100fa2501f4d963850ceb35ad970e31;hpb=5fe08492a0172cb8fb53b8cf3515540def24d76f;p=bookmarks_db.git diff --git a/Writers/bkmk_wflad.py b/Writers/bkmk_wflad.py index dc46a83..7619eb3 100644 --- a/Writers/bkmk_wflad.py +++ b/Writers/bkmk_wflad.py @@ -1,7 +1,7 @@ """ Dump bookmarks db to a more readable FLAD after check_urls - Written by BroytMann, Apr 2000 - Jun 2002. Copyright (C) 2000-2002 PhiloSoft Design + Written by BroytMann, Apr 2000 - Aug 2004. Copyright (C) 2000-2004 PhiloSoft Design """ @@ -41,7 +41,8 @@ URL: %s AddDate: %s LastVisit: %s LastModified: %s -Comment: %s""" % (level+1, b.name, b.href, strftime(b.add_date), strftime(b.last_visit), strftime(b.last_modified), b.comment)) +Keyword: %s +Comment: %s""" % (level+1, b.name, b.href, strftime(b.add_date), strftime(b.last_visit), strftime(b.last_modified), b.keyword, b.comment)) for attr_name, attr_out in (("error", "Error"), ("no_error", "NoError"), ("moved", "Moved"), ("size", "Size"), ("md5", "Md5"),