From a36d18f1e57bf2204833fe764ebb7d0088e03634 Mon Sep 17 00:00:00 2001 From: Ilya Danilkin Date: Thu, 27 Apr 2017 03:31:58 +0300 Subject: [PATCH] added FullText --- rss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rss.go b/rss.go index ae8430e..ec045fc 100644 --- a/rss.go +++ b/rss.go @@ -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