Bookmark tester is a broken link checker designed to read HTML bookmark files from Chrome, Firefox, Chromium, and other browsers with an export to HTML feature.
- Parses bookmarks in HTML format
- Checks and records the response code for each bookmark
In order to use the Bookmark tester, first export your browser bookmarks to HTML, and then copy the HTML code into the bookmarkHTML variable inside BrowserBookmarks.swift. An example bookmarks HTML file for testing purposes is included here.
- SwiftSoup, an HTML parsing library for Swift.