An open API service indexing awesome lists of open source software.

https://github.com/joeycumines/go-htmlutil

An extension of Golang's html5 tokeniser / parser implementation, making it much easier to find and extract information.
https://github.com/joeycumines/go-htmlutil

css-selector go golang html html5 jsoup library scraper utility utility-library

Last synced: 6 months ago
JSON representation

An extension of Golang's html5 tokeniser / parser implementation, making it much easier to find and extract information.

Awesome Lists containing this project

README

          

# htmlutil

> coverage: 100%

Package htmlutil implements a wrapper for Golang's html5 tokeniser / parser implementation, making it much easier to
find and extract information, aiming to be powerful and intuitive while remaining a minimal and logical extension.

[See the godoc](https://godoc.org/github.com/joeycumines/go-htmlutil)

As of v1.0.0 the API is stable and used in multiple (personal) projects. Unless I run into a compelling use case I am declaring this feature complete. It would be nice to add some examples though, maybe later.

## Change Log

**2019-08-20** v1.2.0 words methods

**2019-02-14** v1.1.0 classes methods

**2019-02-11** v1.0.0 initial release