Merge pull request #693 from Marzal/patch-4

Improve consistency on trailer examples
pull/699/head
Dave Jones 2025-04-24 23:06:52 -05:00 zatwierdzone przez GitHub
commit 6ecb3e2296
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -502,16 +502,16 @@ later be matched up with a `<podcast:season>4<podcast:season>` tag when it is pu
```xml
<podcast:trailer
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
url="https://example.org/trailers/teaser"
url="https://example.org/trailers/teaser.mp3"
length="12345678"
type="audio/mp3
type="audio/mpeg
">Coming April 1st, 2021</podcast:trailer>
```
```xml
<podcast:trailer
pubdate="Thu, 01 Apr 2021 08:00:00 EST"
url="https://example.org/trailers/season4teaser"
url="https://example.org/trailers/season4teaser.mp4"
length="12345678"
type="video/mp4"
season="4"