From a7c7dae9fcf657002d5599b03177526d55222903 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 4 Oct 2018 22:15:45 +0200 Subject: [PATCH] More fields --- digimarks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/digimarks.py b/digimarks.py index 79b35c9..0f42d7f 100644 --- a/digimarks.py +++ b/digimarks.py @@ -450,6 +450,9 @@ class Bookmark(BaseModel): 'created': self.created_date.strftime('%Y-%m-%d %H:%M:%S'), 'url_hash': self.url_hash, 'tags': self.tags.split(','), + 'favicon': self.favicon, + 'http_status': self.http_status, + 'redirect_uri': self.redirect_uri, } return result