-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Feature request
I would like to suggest adding support for Podcasting 2.0 tags in the RSS parser.
Why
Podcasting 2.0 introduces new tags (<podcast:chapters>, <podcast:images>, <podcast:transcript> etc.) that are already widely adopted in many podcast feeds and some Android players.
Why this is valuable
As far as I know, there are currently no Java RSS libraries that natively support Podcasting 2.0 tags.
If support for these tags is added here, this project would become the first and only Java library (to my knowledge) with native Podcasting 2.0 support. That could make it especially attractive for podcast-related applications and developers who want to work with modern feeds.
Question
Would you be open to a pull request that adds support for these tags?
If yes, do you have any preferences about how to structure the code for this (e.g., separate classes, optional parsing, etc.)?
Thanks for your work on this project!