Merge pull request #12 from nezorflame/master

Add FullText field
This commit is contained in:
Erik Unger 2018-02-20 14:29:00 +01:00 committed by GitHub
commit e92cde6958
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 {
Enclosure []ItemEnclosure `xml:"enclosure"`
Description string `xml:"description"`
Content string `xml:"content"`
FullText string `xml:"full-text"`
}
//Date type