2024-11-12 03:29:24 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<rss version="2.0"
|
|
|
|
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
|
|
|
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
|
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
|
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
|
|
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
|
|
|
|
xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"
|
|
|
|
xmlns:spotify="http://www.spotify.com/ns/rss"
|
|
|
|
xmlns:media="http://search.yahoo.com/mrss/">
|
|
|
|
|
|
|
|
<channel>
|
2024-11-12 03:34:54 +00:00
|
|
|
{% block channel %}
|
|
|
|
<title>{{ channel.title }}</title>
|
|
|
|
<atom:link href="{{ feed_url }}" rel="self" type="application/rss+xml"/>
|
|
|
|
<link>{{ channel.url }}</link>
|
|
|
|
<description>{{ channel.description }}</description>
|
|
|
|
<pubDate>{{ published_date }}</pubDate>
|
|
|
|
<generator>Slovocast Generator 1.0</generator>
|
|
|
|
<language>{{ channel.language }}</language>
|
|
|
|
|
|
|
|
<spotify:countryOfOrigin>ca</spotify:countryOfOrigin>
|
|
|
|
|
|
|
|
<copyright>Copyright 2019 All rights reserved.</copyright>
|
|
|
|
<category>Comedy</category>
|
|
|
|
<ttl>1440</ttl>
|
|
|
|
|
|
|
|
<itunes:type>episodic</itunes:type>
|
|
|
|
<itunes:subtitle>Kevys Country Breakfast</itunes:subtitle>
|
|
|
|
<itunes:summary>Beers, buds, and the great game of baseball.</itunes:summary>
|
|
|
|
<itunes:author>Kevys Country Breakfast</itunes:author>
|
|
|
|
<itunes:category text="Comedy" />
|
|
|
|
<itunes:owner>
|
|
|
|
<itunes:name>Kevys Country Breakfast</itunes:name>
|
|
|
|
<itunes:email>kevyscountrybreakfast@gmail.com</itunes:email>
|
|
|
|
</itunes:owner>
|
|
|
|
<itunes:block>No</itunes:block>
|
|
|
|
<itunes:explicit>yes</itunes:explicit>
|
|
|
|
<itunes:image href="https://pbcdn1.podbean.com/imglogo/image-logo/4943691/kcb-banner.jpg" />
|
|
|
|
|
|
|
|
{% endblock %}
|
2024-11-12 03:29:24 +00:00
|
|
|
{% block image %}{% endblock %}
|
|
|
|
|
|
|
|
{# Render each episoe in here #}
|
|
|
|
{% block episodes %}{% endblock %}
|
|
|
|
</channel>
|
|
|
|
|
|
|
|
</rss>
|