mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
remove unneeded rss fields
This commit is contained in:
parent
f28f0eac1a
commit
e819140f36
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user