mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
cleanup
This commit is contained in:
parent
d8aab7acae
commit
fa2fad0ff6
@ -61,12 +61,13 @@
|
|||||||
|
|
||||||
- image_url
|
- image_url
|
||||||
|
|
||||||
|
rss>item>media:thumbnail:url (rss 2.0 media)
|
||||||
feed>entry>enclosure[rel='image/*'] (atom 1.0) ???
|
feed>entry>enclosure[rel='image/*'] (atom 1.0) ???
|
||||||
|
|
||||||
- podcast_url
|
- audio_url
|
||||||
|
|
||||||
rss>item>enclosure attr(url) (rss 2.0)
|
rss>item>enclosure:url (audio/*) (rss 2.0)
|
||||||
feed>entry>enclosure[rel='audio/*'] (atom 1.0) ???
|
feed>entry>enclosure (audio/*') (atom 1.0) ???
|
||||||
|
|
||||||
# specs
|
# specs
|
||||||
|
|
||||||
|
@ -33,9 +33,6 @@ type rssItem struct {
|
|||||||
OrigLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origLink"`
|
OrigLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origLink"`
|
||||||
OrigEnclosureLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origEnclosureLink"`
|
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
|
media
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user