initial commit
This commit is contained in:
14
article.go
Normal file
14
article.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package extractor
|
||||
|
||||
type Article struct {
|
||||
Title string
|
||||
Content string
|
||||
TextContent string
|
||||
Length int
|
||||
Excerpt string
|
||||
Byline string
|
||||
Dir string
|
||||
SiteName string
|
||||
Lang string
|
||||
PublishedTime string
|
||||
}
|
Reference in New Issue
Block a user