discovered 03 Aug 2026
extract-html-diff
→ View on GitHubextract-html-diff is a Python tool designed to extract differences between two HTML pages, outputting only the changed parts of the first page as HTML. It leverages the functionality of `lxml.html.diff`, allowing users to receive diffs either as strings or as parsed HTML elements for further manipulation. This tool is primarily useful in scenarios involving website updates, content management, or any context where tracking HTML changes is essential.