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
AestheticsPro Medical Spa Software
AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
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/.