File: itunes_type_missing.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 (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<rss>
  <channel>
    <title>HTML Podcast with ITunes type missing</title>
    <item>
        <title>Episode 2</title>
        <pubDate>Mon, 13 Jul 2020 04:00:00 -0000</pubDate>
        <enclosure url="http://example.org/example2.mp3"/>
    </item>
    <item>
        <title>Episode 1</title>
        <pubDate>Mon, 6 Jul 2020 04:00:00 -0000</pubDate>
        <enclosure url="http://example.org/example1.mp3"/>
    </item>
  </channel>
</rss>