package
0.0.0-20200613035304-c4769b55a45c
Repository: https://github.com/safeie/spider.git
Documentation: pkg.go.dev

# Functions

Errorf 抛出错误.
NewHTMLDom 创建一个HTML Selector 解析器.
NewJSONPath 创建一个JSON Path解析器.
NewRegexp 创建一个正则匹配解析器.
NewSubstring 创建一个字符串匹配解析器.

# Structs

HTMLDom HTML Selector 解析器,类似jQuery的选择器, document.querySelector.
JSONPath JSON Path解析器.
Regexp 正则解析器.
Substring 字符串匹配.

# Interfaces

Parser 字段分析接口.