nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
226 stars 36 forks source link

Declarations and tags for a podcast feed #97

Closed matthewbellringer closed 2 years ago

matthewbellringer commented 2 years ago

I'd like to be able to use this module to be able to create an RSS feed that can be used for podcast syndication.

I might be overlooking something, but there are two big barriers to this that I see;

  1. The declaration at the beginning.
  2. The named tags with a : in them, for example

There's more info about the spec for a podcast feed here - https://support.google.com/podcast-publishers/answer/9889544?hl=en

I think this falls into the category of "big ask", but I'd love to know if it's possible!

matthewbellringer commented 2 years ago

Sorry, just realised this request is covered by https://github.com/nuxt-community/feed-module/issues/95