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.
- Host: GitHub
- URL: https://github.com/joeycumines/go-htmlutil
- Owner: joeycumines
- License: apache-2.0
- Created: 2019-01-17T04:47:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T15:12:26.000Z (about 6 years ago)
- Last Synced: 2025-03-25T19:46:27.663Z (7 months ago)
- Topics: css-selector, go, golang, html, html5, jsoup, library, scraper, utility, utility-library
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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