Skip to content

Instantly share code, notes, and snippets.

@jereswinnen
Last active June 9, 2025 19:56
Show Gist options
  • Select an option

  • Save jereswinnen/aa54c1534782105f2f617029975ed120 to your computer and use it in GitHub Desktop.

Select an option

Save jereswinnen/aa54c1534782105f2f617029975ed120 to your computer and use it in GitHub Desktop.
TestPodcast.xml
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<!-- Podcast-Level Information -->
<title>Jeremy's Test Podcast</title>
<link>https://www.apple.com</link>
<description>A special podcast feed for testing background refresh and notifications in the Lissn app.</description>
<itunes:author>Jeremy Swinnen</itunes:author>
<itunes:image href="https://i.scdn.co/image/ab6765630000ba8a2e9175bf3c78d468a837cc4e" />
<item>
<title>Episode 1: The Beginning khkjhkjk</title>
<pubDate>Mon, 02 Jun 2025 10:00:00 GMT</pubDate>
<description>This is the very first episode. When you add the feed, this is the only episode that should appear in your inbox.</description>
<!-- The guid is the unique identifier for the episode -->
<guid isPermaLink="false">test-podcast-episode-1</guid>
<!-- The enclosure contains the audio file. The URL doesn't have to be real for testing metadata. -->
<enclosure url="https://example.com/episode1.mp3" length="1024" type="audio/mpeg" />
<itunes:duration>10:00</itunes:duration>
</item>
<item>
<title>Episode 2: The Refresh Test</title>
<pubDate>Mon, 09 Jun 2025 15:00:00 GMT</pubDate>
<description>This episode was added later to test the background refresh.</description>
<guid isPermaLink="false">test-podcast-episode-2</guid>
<enclosure url="https://example.com/episode2.mp3" length="1024" type="audio/mpeg" />
<itunes:duration>12:34</itunes:duration>
</item>
<item>
<title>Episode 3: The Caching Test</title>
<pubDate>Mon, 09 Jun 2025 18:00:00 GMT</pubDate>
<description>This episode was added later to test the background refresh.</description>
<guid isPermaLink="false">test-podcast-episode-3</guid>
<enclosure url="https://example.com/episode3.mp3" length="1024" type="audio/mpeg" />
<itunes:duration>12:34</itunes:duration>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment