From 5c7a4e26da123f9be98cfd791a2573171d435485 Mon Sep 17 00:00:00 2001 From: Ruslan Zalalov Date: Mon, 30 Jul 2018 00:57:24 +0300 Subject: [PATCH] Author field added. --- rss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rss.go b/rss.go index f7ed661..cfe70e4 100644 --- a/rss.go +++ b/rss.go @@ -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"` }