dastorda

Results 1 issues of dastorda

Steps to reproduce: save the content of `view-source:https://www.productfrom.com/product/416492-adidas-copa-mundial-soccer-shoes` in test.html ``` package main import ( "fmt" "github.com/antchfx/htmlquery" ) func main() { doc, err := htmlquery.LoadDoc("test.html") if err != nil {...