Java library for parsing podcast feed XML files.
Take a look at the full list of supported namespaces and elements.
Feed feed = new PodcastParser().parse(xml);
This library requires Java 8 or higher.
Include this project directly from Maven Central
<dependency>
<groupId>be.ceau</groupId>
<artifactId>podcast-parser</artifactId>
<version>${podcast-parser.version}</version>
</dependency>
Verify signature files with my GnuPG public key.
Licensed under the Apache 2.0 license.