Skip to content

asartalo/go-html-transform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-html-transform

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

Please use the official code and not this one

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

The html5 parser is still somewhat incomplete but I believe it's more complete than the one in go's repository. It supports a pretty large subset as is right now and I'm making good progress on it.

Patches for defencies you find are greatly appreciated.

# install go-html-transform

go get github.com/imdario/go-html-transform/h5

You can see sample useage in the comments at the top of the source files transform.go and h5.go.

Documentation for the library can be found at godoc.com.

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

  • Go 100.0%