From 4a1f59ccd5a713a1f03b54f73231dca4970da470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 4 Jul 2017 21:33:16 +0200 Subject: [PATCH] Update credits for firefox_bookmarks --- firefox_bookmarks.py | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/firefox_bookmarks.py b/firefox_bookmarks.py index 194a21f..9aa75d9 100644 --- a/firefox_bookmarks.py +++ b/firefox_bookmarks.py @@ -1,17 +1,5 @@ from pelican import signals -""" -Author : Jay Rambhia -email : jayrambhia777@gmail.com -Git : https://github.com/jayrambhia -gist : https://gist.github.com/jayrambhia -============================================= -Name : bookmarkFirefox -Repo : Bookmark-Manager -Git : https://github.com/jayrambhia/Bookmark-Manager -version : 0.2 -""" - import os import json import lz4 @@ -20,7 +8,11 @@ import lz4 def fetch_bookmarks(path): ''' Decodes browser bookmark backup files using json - Returns a dictionary with bookmark url as key and (title, tag, add_date) tuple as value + Returns a dictionary with bookmark url as key and (title, tag, add_date) + tuple as value. + + The logic have been extracted and adapted from + https://github.com/jayrambhia/Bookmark-Manager ''' files = os.listdir(path) files.sort()