kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Improve consistency on trailer examples
The extension it's usually used on the spec with the extension And no other example uses type=audio/mp3 I thought to better PR that to ask on a Issue, glad to be corrected if I'm missing somethingpull/693/head
rodzic
9315589260
commit
691af3e220
|
@ -502,16 +502,16 @@ later be matched up with a `<podcast:season>4<podcast:season>` tag when it is pu
|
||||||
```xml
|
```xml
|
||||||
<podcast:trailer
|
<podcast:trailer
|
||||||
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
|
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
|
||||||
url="https://example.org/trailers/teaser"
|
url="https://example.org/trailers/teaser.mp3"
|
||||||
length="12345678"
|
length="12345678"
|
||||||
type="audio/mp3
|
type="audio/mpeg
|
||||||
">Coming April 1st, 2021</podcast:trailer>
|
">Coming April 1st, 2021</podcast:trailer>
|
||||||
```
|
```
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<podcast:trailer
|
<podcast:trailer
|
||||||
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
|
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
|
||||||
url="https://example.org/trailers/season4teaser"
|
url="https://example.org/trailers/season4teaser.mp4"
|
||||||
length="12345678"
|
length="12345678"
|
||||||
type="video/mp4"
|
type="video/mp4"
|
||||||
season="4"
|
season="4"
|
||||||
|
|
Ładowanie…
Reference in New Issue