Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct {
URL string
Title string
Byline string
Dir string
Content string
TextContent string
Length int
Excerpt string
}
Article 解析结果
type Option ¶
type Option struct {
MaxNodeNum int
Debug bool
NbTopCandidates int
CharThreshold int
PageURL string
ClassesToPreserve []string
}
Option 解析配置
type Readability ¶
type Readability struct {
// contains filtered or unexported fields
}
Readability 网页正文提取
Click to show internal directories.
Click to hide internal directories.