Skip to content

Unofficial mirror of go-html-transform project: an html5 parser and CSS selector based html scraping and transformation library.

License

Notifications You must be signed in to change notification settings

darccio/go-html-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library provides a way to parse, scrape, and transform html5 pages using CSS selector queries.

The html5 parser wraps the exp/html parser at tip in Go's source repo.

Patches for defencies you find are greatly appreciated.

installs just the html5 parser wrapper

go get go.marzhillstudios.com/pkg/go-html-transform/h5

installs the full html/transform package

go get go.marzhillstudios.com/pkg/go-html-transform/html/transform You can see sample usage in the comments at the top of the page here: https://bitbucket.com/zaphar/source/browse/html/transform/transform.go

documentation for the library can be found here: https://godoc.org/go.marzhillstudios.com/pkg/go-html-transform/html/transform

About

Unofficial mirror of go-html-transform project: an html5 parser and CSS selector based html scraping and transformation library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages