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
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
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/.