content:encoded

This commit is contained in:
Cat /dev/Nulo 2022-10-12 12:37:19 -03:00
parent 81ac155986
commit f25f0ae1f1

View file

@ -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"`
}