[GH-ISSUE #18] Support parsing links from browser bookmark exports #3034

Closed
opened 2026-03-14 20:41:27 +03:00 by kerem · 2 comments
Owner

Originally created by @pirate on GitHub (May 29, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/18

Google Chrome supports exporting links from the bookmark manager as an HTML file.

It'll be trivial to add a parser for bookmark exports, it just involves adding a new service type and parser.

Originally created by @pirate on GitHub (May 29, 2017). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/18 Google Chrome supports exporting links from the bookmark manager as an HTML file. It'll be trivial to add a parser for bookmark exports, it just involves adding a new service type and parser.
kerem closed this issue 2026-03-14 20:41:32 +03:00
Author
Owner

@wlhlm commented on GitHub (May 30, 2017):

The HTML export is supported by many browsers and bookmarking services.

Firefox at least also supports exporting bookmarks as JSON ("backup"). I haven't found documentation about the format, but should be fairly straight forward to parse.

<!-- gh-comment-id:304804117 --> @wlhlm commented on GitHub (May 30, 2017): The HTML export is supported by many browsers and bookmarking services. - [Netscape Bookmark File Format](https://msdn.microsoft.com/en-us/library/aa753582(v=vs.85).aspx) - [Sample](https://gist.github.com/jgarber623/cdc8e2fa1cbcb6889872) - [HTML->JSON Converter written in Python](https://github.com/jhh/netscape-bookmark-converter). Firefox at least also supports exporting bookmarks as JSON ("backup"). I haven't found documentation about the format, but should be fairly straight forward to parse.
Author
Owner

@wlhlm commented on GitHub (Jun 14, 2017):

@ilvar Thank you!

<!-- gh-comment-id:308536393 --> @wlhlm commented on GitHub (Jun 14, 2017): @ilvar Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3034
No description provided.