cleanup
This commit is contained in:
parent
d8aab7acae
commit
fa2fad0ff6
2 changed files with 4 additions and 6 deletions
|
|
@ -61,12 +61,13 @@
|
|||
|
||||
- image_url
|
||||
|
||||
rss>item>media:thumbnail:url (rss 2.0 media)
|
||||
feed>entry>enclosure[rel='image/*'] (atom 1.0) ???
|
||||
|
||||
- podcast_url
|
||||
- audio_url
|
||||
|
||||
rss>item>enclosure attr(url) (rss 2.0)
|
||||
feed>entry>enclosure[rel='audio/*'] (atom 1.0) ???
|
||||
rss>item>enclosure:url (audio/*) (rss 2.0)
|
||||
feed>entry>enclosure (audio/*') (atom 1.0) ???
|
||||
|
||||
# specs
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue