proxy.golang.org : github.com/joeycumines/go-htmlutil
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. There are three core components, the `htmlutil.Node` struct (a wrapper for `*html.Node`), the `htmlutil.Parse` function (optional), an ubiquitous filter algorithm used throughout this implementation, providing functionality similar to CSS selectors, and powered by optional (varargs) parameters in the form of chained closures with a signature of `func(htmlutil.Node) bool`.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/joeycumines/go-htmlutil
Keywords:
css-selector
, go
, golang
, html
, html5
, jsoup
, library
, scraper
, utility
, utility-library
License: Apache-2.0
Latest release: over 5 years ago
First release: about 6 years ago
Namespace: github.com/joeycumines
Stars: 3 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago