Description
HTML5 documents can be parsed and inspected from Lua 5.1 with a DOM-style API.
This Git package is useful for developers building scrapers, converters, validators, or content tools in Lua. It is an HTML parser library, not a web browser.
HTML from the internet is untrusted input. Sanitize content and avoid assuming malformed pages are safe or well structured.