jsoup HTML parser v1.17.2
1.17.2
The jsoup HTML parser is a Java HTML parser that can directly parse a URL address and HTML text content. It provides a very low-effort API to retrieve and manipulate data through DOM, CSS, and JQuery-like manipulation methods.
Parse HTML from a URL, file or string;
Use DOM or CSS selectors to find and retrieve data;
Manipulate HTML elements, attributes, and text;
jsoup is released based on the MIT license and can be used in commercial projects with confidence.