Merge pull request #15 from zalalov/feature-author-field

Author field added.
This commit is contained in:
Erik Unger 2018-07-30 07:38:43 +02:00 committed by GitHub
commit e6dab863fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
rss.go
View file

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