File: html_in_description.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 (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<rss>
    <channel>
    <title>HTML Podcast</title>
    <item>
        <title>Ep 1</title>
        <enclosure url="http://example.org/example.opus"/>
        <description>
            <![CDATA[ <h1>This is a <em>test</em></h1> ]]>
        </description>
    </item>
    </channel>
</rss>