File: no_permalink.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 (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<rss xml:base="http://example.com/podcast/">
    <channel>
    <title>Podcast</title>
    <item>
        <title>Episode</title>
        <guid isPermaLink="false">episode/1/</guid>
        <enclosure url="http://example.org/example.mp3"/>
    </item>
    </channel>
</rss>