Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1015 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 1015 Bytes

Bookmark Tester

Swift License

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. Part of a guide I wrote here.

Features

  • Parses bookmarks in HTML format
  • Checks and records the response code for each bookmark

Usage

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.

Libraries

  • SwiftSoup, an HTML parsing library for Swift.