File: rss_channel_image_mixed_content.xml

package info (click to toggle)
golang-github-mmcdole-gofeed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,468 kB
  • sloc: xml: 2,760; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
Description: rss channel image - mixed content
-->
<rss version="0.91">
  <channel>
    <image>
      <title>Image Title</title>
      <url>http://example.org/url</url>
      <link>http://example.org/link</link>
      <width>256</width>
      <height>512</height>
      <description>Image Description</description>
      Mixed content
    </image>
  </channel>
</rss>