generative-artistry
generative-artistry copied to clipboard
RSS feed is not valid format
I attemtped to add your RSS feed to my podcast app (PocketCasts) but it doesn't like the format of your RSS feed. Using the tool at
https://www.pocketcasts.com/submit/
gives the following complaint:
Your podcast doesn’t seem to contain any episodes. Try adding an episode with this format
<item>
<title>Interesting episode title</title>
<description>Short description about the episode</description>
<pubDate>Tue, 02 Oct 2016 19:45:01</pubDate>
<guid isPermaLink="false">insert a unique id for the episode</guid>
<enclosure url="http://example.com/episode1.mp3" length="5860687" type="audio/mpeg" />
</item>
Looking at your feed I think you're missing the enclosure
tag.