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
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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/.