File: max_episodes.rss

package info (click to toggle)
podcastparser 0.6.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: python: 721; makefile: 159
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<rss>
    <channel>
    <title>Podcast</title>
    <item>
        <title>Episode 1</title>
        <enclosure url="http://example.org/example1.mp3"/>
    </item>
    <item>
        <title>Episode 2</title>
        <enclosure url="http://example.org/example2.mp3"/>
    </item>
    </channel>
</rss>