Guest User

broken rss.xml

a guest
Jun 21st, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0" xmlns:other="http://localhost/flexget">
  3.   <channel>
  4.     <title>FlexGet RSS test</title>
  5.     <ttl>15</ttl>
  6.     <link>http://localhost/invalid</link>
  7.     <description>This is FlexGet RSS test feed that is used in automated Unit Tests.</description>
  8.  
  9.     <item>
  10.       <title>Zero sized enclosure</title>
  11.       <link>http://localhost/zero_sized_enclosure</link>
  12.       <pubDate>Sun, 28 Dec 2008 14:00:00 -0200</pubDate>
  13.       <description>Description, single enclosure, no size</description>
  14.       <enclosure url="http://localhost/enclosure" length="0" type="application/x-bittorrent" />
  15.     </item>
  16.  
  17.     <item>
  18.       <title>Multiple enclosures</title>
  19.       <link>http://localhost/multiple_enclosures</link>
  20.       <pubDate>Sun, 28 Dec 2008 14:10:00 -0200</pubDate>
  21.       <description>Description, multiple</description>
  22.       <enclosure url="http://localhost/enclosure1"/>
  23.       <enclosure url="http://localhost/enclosure2"/>
  24.       <enclosure url="http://localhost/enclosure3"/>
  25.     </item>
  26.  
  27.     <item>
  28.       <title>Normal</title>
  29.       <link>http://localhost/normal</link>
  30.       <pubDate>Sun, 28 Dec 2008 14:20:00 -0200</pubDate>
  31.       <description>Description, normal</description>
  32.     </item>
  33.  
  34.     <item>
  35.       <title>Messy enclosure</title>
  36.       <link>http://localhost/messy_enclosure</link>
  37.       <pubDate>Sun, 28 Dec 2008 14:00:00 -0200</pubDate>
  38.       <description>Description, messy enclosure</description>
  39.       <enclosure url="http://localhost/enclosure.mp3?param=value&amp;another=foobar" length="123"/>
  40.     </item>
  41.  
  42.     <item>
  43.       <title>Guid link</title>
  44.       <guid>http://localhost/guid</guid>
  45.       <pubDate>Sun, 28 Dec 2008 14:20:00 -0200</pubDate>
  46.       <description>Description, guid</description>
  47.       <otherlink>http://localhost/otherlink</otherlink>
  48.     </item>
  49.  
  50.     <item>
  51.       <title>Other fields</title>
  52.       <link>http://localhost/otherfields</link>
  53.       <pubDate>Sun, 28 Dec 2008 14:20:00 -0200</pubDate>
  54.       <description>Description, other fields</description>
  55.       <otherfield>otherfield</otherfield>
  56.     </item>
  57.  
  58.     <item>
  59.       <title></title>
  60.       <link>http://localhost/empty</link>
  61.       <pubDate>Sun, 28 Dec 2008 14:00:00 -0200</pubDate>
  62.       <description>Description, empty title</description>
  63.     </item>
  64.  
  65.     <item>
  66.       <title>Colon fields</title>
  67.       <link>http://localhost/otherfields</link>
  68.       <pubDate>Sun, 28 Dec 2008 14:20:00 -0200</pubDate>
  69.       <description>Description, colon fields</description>
  70.       <other:Field>otherfield</other:Field>
  71.       <other:title>alt title</other:title>
  72.       <other:link>http://localhost/altlink</other:link>
  73.     </item>
  74.  
  75.   </channel>
  76. </rss>
Advertisement
Add Comment
Please, Sign In to add comment