Hacker News new | ask | show | jobs
by slackerIII 1888 days ago
Ah, good idea. We just launched this last month and haven't given the website a lot of love yet. In the meantime, try https://downtimeproject.com/podcast/feed
2 comments

Hi,

Really interesting project, I couldn't find your podcast using pocketcasts.com, so I added it through their form here: https://www.pocketcasts.com/submit/

They mention a few errors in your feed:

Problem 1: Your podcast doesn't seem to have an author

Solution: Get some credit for your work by adding the following tag to your feed: <itunes:author>Author’s Name Goes Here</itunes:author>

Problem 2: Your podcast doesn't seem to have a description

Solution: Add a podcast description using one of the following tags:

<description>Podcast description goes here.</description> <itunes:subtitle>Podcast description goes here.</itunes:subtitle>

Problem 3: Some of your episodes are missing a file length

Include the file length in bytes with each episode enclosure item:

<enclosure url="http://www.yourhost.com/episode1.mp3" length="25209836" type="audio/mpeg" />

that works, thank you!