application/rss+xml
•
554 B
•
20 lines
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<item>
<title>Audio Episode</title>
<guid>a-1</guid>
<enclosure url="https://cdn.example.com/a1.mp3" type="audio/mpeg"/>
</item>
<item>
<title>Video Episode</title>
<guid>v-1</guid>
<enclosure url="https://cdn.example.com/v1.mp4" type="video/mp4"/>
</item>
<item>
<title>Another Audio</title>
<guid>a-2</guid>
<enclosure url="https://cdn.example.com/a2.m4a" type="audio/mp4"/>
</item>
</channel>
</rss>