This commit is contained in:
Nazar Kanaev
2021-04-05 10:01:20 +01:00
parent d8aab7acae
commit fa2fad0ff6
2 changed files with 4 additions and 6 deletions

View File

@@ -33,9 +33,6 @@ type rssItem struct {
OrigLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origLink"`
OrigEnclosureLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origEnclosureLink"`
ItunesSubtitle string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd subtitle"`
ItunesSummary string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd summary"`
GoogleDescription string `xml:"http://www.google.com/schemas/play-podcasts/1.0 description"`
media
}