Created
May 24, 2023 05:47
-
-
Save antoinefortin/9a4d0e738906cb1f15647f962bbe3ac5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> | |
<channel> | |
<title>My Podcast</title> | |
<link>http://www.mypodcast.com/</link> | |
<language>en-us</language> | |
<copyright>Copyright 2023 My Podcast</copyright> | |
<itunes:author>My Name</itunes:author> | |
<itunes:summary>This is a summary of my podcast.</itunes:summary> | |
<description>This is a description of my podcast.</description> | |
<itunes:owner> | |
<itunes:name>My Name</itunes:name> | |
<itunes:email>[email protected]</itunes:email> | |
</itunes:owner> | |
<itunes:image href="http://www.mypodcast.com/logo.jpg" /> | |
<itunes:category text="Society & Culture" /> | |
<item> | |
<title>Episode 1: Introduction</title> | |
<itunes:author>My Name</itunes:author> | |
<itunes:summary>This is the first episode of my podcast.</itunes:summary> | |
<itunes:image href="http://www.mypodcast.com/episode1.jpg" /> | |
<enclosure url="http://www.mypodcast.com/episode1.mp3" type="audio/mpeg" /> | |
<guid>http://www.mypodcast.com/episode1.mp3</guid> | |
<pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate> | |
<itunes:duration>30:00</itunes:duration> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment