kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
example feed tweaks
rodzic
115bfc816d
commit
11c8edc1d6
10
example.xml
10
example.xml
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss xmlns:podcast="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
|
||||
<channel>
|
||||
<title>Podcast Feed Template</title>
|
||||
<description>This is a fake show that exists only as an example of the "podcast" namespace.</description>
|
||||
<title>Podcasting 2.0 Namespace Example</title>
|
||||
<description>This is a fake show that exists only as an example of the "podcast" namespace tag usage.</description>
|
||||
<link>http://example.com/podcast</link>
|
||||
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
||||
<language>en-US</language>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<podcast:transcript url="https://example.com/ep3/transcript.txt" type="text/plain" />
|
||||
<podcast:person name="Adam Curry" href="https://www.podchaser.com/creators/adam-curry-107ZzmWE5f" img="http://example.com/images/adamcurry.jpg" />
|
||||
<podcast:person role="guest" name="Dave Jones" href="https://github.com/daveajones/" img="http://example.com/images/davejones.jpg" />
|
||||
<enclosure url="https://example.com/podcast/audio/ep0003.mp3" length="62407829" type="audio/mpeg"/>
|
||||
<enclosure url="https://mp3s.nashownotes.com/PC20-17-2020-12-25-Final.mp3" length="76606111" type="audio/mpeg"/>
|
||||
<podcast:alternateEnclosure type="audio/x-m4a" length="1540076" bitrate="80" title="Audio - low bitrate">https://example.com/podcast/audio/ep0003-low.mp3</podcast:alternateEnclosure>
|
||||
<podcast:alternateEnclosure type="audio/mpeg" length="2534548" bitrate="160" title="Audio - high bitrate">https://example.com/podcast/audio/ep0003-high.mp3</podcast:alternateEnclosure>
|
||||
</item>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<podcast:transcript url="https://example.com/ep2/transcript.txt" type="text/plain" />
|
||||
<podcast:person name="Adam Curry" href="https://en.wikipedia.org/wiki/Adam_Curry" img="http://example.com/images/adamcurry.jpg" />
|
||||
<podcast:person role="guest" name="Dave Jones" href="https://example.com/blog/daveajones/" img="http://example.com/images/davejones.jpg" />
|
||||
<enclosure url="https://example.com/podcast/audio/ep0002.mp3" length="62407829" type="audio/mpeg"/>
|
||||
<enclosure url="https://mp3s.nashownotes.com/PC20-16-2020-12-18-Final.mp3" length="67080717" type="audio/mpeg"/>
|
||||
<podcast:alternateEnclosure type="audio/x-m4a" length="1540076" bitrate="80" title="Audio - low bitrate">https://example.com/podcast/audio/ep0002-low.mp3</podcast:alternateEnclosure>
|
||||
<podcast:alternateEnclosure type="audio/mpeg" length="2534548" bitrate="160" title="Audio - high bitrate">https://example.com/podcast/audio/ep0002-high.mp3</podcast:alternateEnclosure>
|
||||
</item>
|
||||
|
@ -127,7 +127,7 @@
|
|||
<podcast:transcript url="https://example.com/ep1/transcript.txt" type="text/plain" />
|
||||
<podcast:person name="Adam Curry" href="https://curry.com" img="http://example.com/images/adamcurry.jpg" />
|
||||
<podcast:person role="guest" name="Dave Jones" href="https://www.imdb.com/name/nm0427852888/" img="http://example.com/images/davejones.jpg" />
|
||||
<enclosure url="https://example.com/podcast/audio/ep0001.mp3" length="62407829" type="audio/mpeg"/>
|
||||
<enclosure url="https://mp3s.nashownotes.com/PC20-15-2020-12-11-Final.mp3" length="71234813" type="audio/mpeg"/>
|
||||
<podcast:alternateEnclosure type="audio/x-m4a" length="1540076" bitrate="80" title="Audio - low bitrate">https://example.com/podcast/audio/ep0001-low.mp3</podcast:alternateEnclosure>
|
||||
<podcast:alternateEnclosure type="audio/mpeg" length="2534548" bitrate="160" title="Audio - high bitrate">https://example.com/podcast/audio/ep0001-high.mp3</podcast:alternateEnclosure>
|
||||
</item>
|
||||
|
|
Ładowanie…
Reference in New Issue