kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
cleanup
rodzic
e88a694442
commit
a1434d4cad
|
@ -20,19 +20,21 @@ Lastly, I propose optional information to verify integrity of downloaded media v
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
|
|
||||||
- **\<podcast:alternateEnclosure**<br>
|
- ```xml
|
||||||
type="[mime type]"<br>
|
<podcast:alternateEnclosure
|
||||||
length="[(int)]"<br>
|
type="[mime type]"
|
||||||
bitrate="[(float)]"<br>
|
length="[(int)]"
|
||||||
height="[(int)]"<br>
|
bitrate="[(float)]"
|
||||||
lang="[(string)]"<br>
|
height="[(int)]"
|
||||||
title="[(string)]"<br>
|
lang="[(string)]"
|
||||||
rel="[(string)]"<br>
|
title="[(string)]"
|
||||||
codecs="[(string)]"<br>
|
rel="[(string)]"
|
||||||
default="[(boolean)]"><br>
|
codecs="[(string)]"
|
||||||
[one or more of <podcst:source> and <podcast:integrity>]<br>
|
default="[(boolean)]">
|
||||||
**\</podcast:alternateEnclosure>**<br>
|
[one or more of <podcst:source> and <podcast:integrity>]
|
||||||
|
</podcast:alternateEnclosure>
|
||||||
|
```
|
||||||
|
|
||||||
Item (optional | multiple)
|
Item (optional | multiple)
|
||||||
|
|
||||||
This element defines a media file. One or more `<podcast:source>` tags must be contained within this element to list available methods to obtain the file. This is meant to provide different versions of a media file -- such as low or high bitrate, alternate formats (different codecs or video), alternate URI schemes (IPFS or live streaming), or alternate download types not indicated by the URI and type (like torrents).
|
This element defines a media file. One or more `<podcast:source>` tags must be contained within this element to list available methods to obtain the file. This is meant to provide different versions of a media file -- such as low or high bitrate, alternate formats (different codecs or video), alternate URI schemes (IPFS or live streaming), or alternate download types not indicated by the URI and type (like torrents).
|
||||||
|
|
Ładowanie…
Reference in New Issue