Search code examples
pythonhtmlinternet-explorerfirefoxbookmarks

HTML FireFox Bookmarks


So i Have a pythons script that is outputting firefox bookmarks. (don't ask): The bookmark folders are displaying correctly, but no bookmarks inside. I keep comparing it against a working firefox html export, and can't seem to find a difference. Most likely just need a fresh pair of eyes on this.

Oh and the real ip's and names were hidden for confidential reasons.

This is the outputted html: http://pastebin.com/VKZukgkJ

THis is a working Untouched firefox export(the one I was comparing it to): http://pastebin.com/24gQ9ii7


Solution

  • The links in the example are full URLs (meaning they include the protocol). Your example does not seem to include the protocol, so that may be the issue.