File: multi_enclosures.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-- 548 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>Foo</title>
<link>http://www.example.com</link>
<item>
<title>Bar</title>
<description>Description</description>
<enclosure url="http://cdn.example.org/foo.mp3" length="28413787" type="audio/mpeg" />
<pubDate>Wed, 27 Apr 2011 07:00:00 GMT</pubDate>
<media:content url="http://cdn.example.org/foo.mp3" fileSize="28413787" type="audio/mpeg" />
</item>
</channel>
</rss>