kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Fix Live Item <enclosure> URL wraping
Undo last commit in soundbite, it's live item's <enclosure> the one to fixpull/619/head
rodzic
e153d3bb29
commit
ba344b6df0
|
@ -206,8 +206,7 @@ requiring no additional work for the publisher.
|
|||
`<podcast:soundbite>`<br><br>
|
||||
Points to one or more soundbites within a podcast episode. The intended use includes episodes previews,
|
||||
discoverability, audiogram generation, episode highlights, etc. It should be assumed that the audio/video source of
|
||||
the soundbite is the audio/video given in the item's
|
||||
[`<enclosure>`](https://cyber.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt) element.
|
||||
the soundbite is the audio/video given in the item's [`<enclosure>`](https://cyber.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt) element.
|
||||
|
||||
### Parent
|
||||
`<item>`
|
||||
|
@ -1038,9 +1037,9 @@ All tags that are valid as children of a standard `<item>` tag are also valid as
|
|||
|
||||
When specifying the audio/video source, the [`<podcast:alternateEnclosure>`](#alternate-enclosure) tag is highly
|
||||
encouraged since it gives the broadest coverage of possible stream types and is explicit in it's communication of
|
||||
what transport protocol and media codecs are being used. In addition to [`<podcast:alternateEnclosure>`](#alternate-enclosure), a standard [`<enclosure>`](https://cyber.harvard.edu/rss/rss.
|
||||
html#ltenclosuregtSubelementOfLtitemgt) should also be given as a fallback to support podcast apps that don't yet
|
||||
implement [`<podcast:alternateEnclosure>`](#alternate-enclosure).
|
||||
what transport protocol and media codecs are being used. In addition to [`<podcast:alternateEnclosure>`](#alternate-enclosure), a standard
|
||||
[`<enclosure>`](https://cyber.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt) should also be given as a
|
||||
fallback to support podcast apps that don't yet implement [`<podcast:alternateEnclosure>`](#alternate-enclosure).
|
||||
|
||||
Regardless of which enclosure tag is used, feed
|
||||
owners must be conscious of the fact that choosing a non-mainstream streaming protocol/codec will limit the number
|
||||
|
|
Ładowanie…
Reference in New Issue