forked from Tribler/tribler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_rss.xml
28 lines (26 loc) · 1.02 KB
/
test_rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss">
<channel>
<!-- required channel elements -->
<title>Test RSS</title>
<link>test.xml</link>
<description>Test RSS feed.</description>
<!-- optoinal channel elements -->
<language>en</language>
<pubDate>Tue, 12 May 2015 08:39:23 GMT</pubDate>
<lastBuildDate>Tue, 12 May 2015 08:39:23 GMT</lastBuildDate>
<atom:link href="test.xml" rel="self" type="application/rss+xml" />
<!-- items -->
<item>
<title>ubuntu-15.04-desktop-amd64.iso</title>
<link>http://localhost:RANDOMPORT/ubuntu.torrent</link>
<enclosure url="http://localhost:RANDOMPORT/ubuntu.torrent" length="44258" type="application/x-bittorrent" />
<guid>http://localhost:RANDOMPORT.torrent</guid>
<!-- media RSS -->
<media:title type="html">ubuntu-14.04.2-desktop-amd64.iso</media:title>
<media:thumbnail url="http://localhost:RANDOMPORT/ubuntu-logo14.png" />
</item>
</channel>
</rss>