-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpodcasts.rss
35 lines (35 loc) · 1.9 KB
/
podcasts.rss
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
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Your Podcast Title</title>
<link>http://localhost:3001</link>
<atom:link href="http://yoursite.com/podcast.rss" rel="self" type="application/rss+xml"/>
<language>en-us</language>
<copyright>© 2016 Jack &amp; Jill</copyright>
<itunes:subtitle>A show about everything</itunes:subtitle>
<itunes:author>John Doe</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:summary>All About Everything is a show about everything. Each week we dive into any subject known to man and talk about it as much as we can. Look for our Podcast in the iTunes Store</itunes:summary>
<description>All About Everything is a show about everything. Each week we dive into any subject known to man and talk about it as much as we can. Look for our Podcast in the iTunes Store</description>
<itunes:owner>
<itunes:name>John Doe</itunes:name>
<itunes:email>[email protected]</itunes:email>
</itunes:owner>
<itunes:image href="http://mysite.com/system/0000/1000x1000.jpg"/>
<itunes:category text="Technology">
<itunes:category text="Software How-To"/>
</itunes:category>
<item>
<title>Episode #1</title>
<itunes:author>Philip Arndt</itunes:author>
<itunes:subtitle>The first, and best, episode.</itunes:subtitle>
<itunes:summary><p>asdsdasad summary</p></itunes:summary>
<enclosure url="http://localhost:300120160318%20223154.m4a" length="96029" type=""/>
<guid>http://localhost:300120160318 223154.m4a</guid>
<pubDate>Tue, 13 Sep 2016 00:00:00 +1200</pubDate>
<itunes:duration>0:11</itunes:duration>
<itunes:keywords>best, episode, ever</itunes:keywords>
<itunes:explicit>no</itunes:explicit>
</item>
</channel>
</rss>