linkcheck.bookmarks.firefox

Parser for Firefox bookmark file.

Functions

parse_bookmark_file(filename)

Return iterator for bookmarks of the form (url, name).

linkcheck.bookmarks.firefox.parse_bookmark_file(filename)[source]

Return iterator for bookmarks of the form (url, name). Bookmarks are not sorted. Returns None if sqlite3 module is not installed.