Author field added.

This commit is contained in:
Ruslan Zalalov 2018-07-30 00:57:24 +03:00
parent b904822ba7
commit 5c7a4e26da

1
rss.go
View file

@ -46,6 +46,7 @@ type Item struct {
Category []string `xml:"category"` Category []string `xml:"category"`
Enclosure []ItemEnclosure `xml:"enclosure"` Enclosure []ItemEnclosure `xml:"enclosure"`
Description string `xml:"description"` Description string `xml:"description"`
Author string `xml:"author"`
Content string `xml:"content"` Content string `xml:"content"`
FullText string `xml:"full-text"` FullText string `xml:"full-text"`
} }