KB's RSS Generator for Podcasts

KB's RSS feed generator for podcasts

To make standard RSS feeds, use this version.

If you are starting from scratch, you will need to make your RSS channel. You only need to do this once for each podcast (not each episode), and when it's done you'll only need to make your items/episodes.

As defined in the specification, there must be at least one item, and it must contain at least a title, enclosure (the file for the podcast) and guid (basically a link or a unique identifier for the episode). I recommend including all of these (except stated otherwise):

Item/Article data

Or if you get an error, also use:

If you don't want to use the current date, please change the <pubDate> tag with a RFC 2822 date. You can use timestamp­generator.

TODO/Future enhancements (in order of importance):

  1. ✓ DONE! Channel/Podcast definition supported
  2. ✓ DONE! Make basic copy of the generator and start modifying to make it usable for podcasts
  3. ✓ DONE! Support enclosures fully (via proxy; may need a proxy change, but the infrastructure is built)

Privacy notice: This demo runs entirely within your browser. In other words, no data is sent to me, the code is sent to your browser and runs locally. You could theoretically load the page, cut your network connection and then start it.