content:encoded
This commit is contained in:
parent
81ac155986
commit
f25f0ae1f1
1 changed files with 12 additions and 11 deletions
|
@ -35,6 +35,7 @@ type Item struct {
|
|||
Description string `xml:"description"`
|
||||
Author string `xml:"author"`
|
||||
Content string `xml:"content"`
|
||||
ContentEncoded string `xml:"content:encoded"`
|
||||
FullText string `xml:"full-text"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue