A python module that parses the 'bookmarks.html' files that firefox creates. Multiple bookmark files can be merged together and finally a new bookmarks.html file written. It depends apon the python module pyparsing.
Categories
BrowsersLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Firefox Bookmarks.html Merger
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Windows exe bookmark_merger-0.2.3.exe just produces error message! Traceback (most recent call last): File "bookmark_merger.py", line 49, in <module> parsedfile=bpp.bookmarkshtml.parseFile(file(bookmarkfile)) File "pyparsing.pyo", line 1511, in parseFile pyparsing.ParseException: Expected "<TITLE>Bookmarks</TITLE>" (at char 210), (line:6, col:1) #### found a newer version bookmark_merger-0.2.4 which should work with Python 3: but now I get this error: hyperlinks = dict([(pos,href) for href,pos in parseresults._ParseResults__tokdict.get('HyperLink',[])]) AttributeError: 'str' object has no attribute 'get'
-
Thanks for the useful tool! Would be good if it was compatible with python3 as well.
-
Finally someone who has the same problems as me ! I've already shared it with my friends. Real good project, thx/.