kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Merge pull request #260 from agates/patch-1
Fix example enclosure URL for alternateEnclosurepull/262/head
commit
acf2f5f8d7
|
@ -367,7 +367,7 @@ to allow for file integrity checking.
|
|||
|
||||
#### Examples
|
||||
```xml
|
||||
<enclosure url="https://best-podcast.com/file-0.mp3" length="43200000" type="audio/mpeg" />
|
||||
<enclosure url="https://example.com/file-0.mp3" length="43200000" type="audio/mpeg" />
|
||||
|
||||
<podcast:alternateEnclosure type="audio/mpeg" length="43200000" bitrate="128000" default="true" title="Standard">
|
||||
<podcast:source uri="https://example.com/file-0.mp3" />
|
||||
|
|
Ładowanie…
Reference in New Issue