mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
remove unneeded rss fields
This commit is contained in:
@@ -9,9 +9,6 @@ type rssFeed struct {
|
|||||||
Version string `xml:"version,attr"`
|
Version string `xml:"version,attr"`
|
||||||
Title string `xml:"channel>title"`
|
Title string `xml:"channel>title"`
|
||||||
Links []rssLink `xml:"channel>link"`
|
Links []rssLink `xml:"channel>link"`
|
||||||
Language string `xml:"channel>language"`
|
|
||||||
Description string `xml:"channel>description"`
|
|
||||||
PubDate string `xml:"channel>pubDate"`
|
|
||||||
Items []rssItem `xml:"channel>item"`
|
Items []rssItem `xml:"channel>item"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user