Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.12 KB

Podcast Parser

Maven Central badge
javadoc License

Java library for parsing podcast feed XML files.

Compatibility

Take a look at the full list of supported namespaces and elements.

Usage

Feed feed = new PodcastParser().parse(xml);

Requirements

This library requires Java 8 or higher.

Maven Central

Include this project directly from Maven Central

<dependency>
	<groupId>be.ceau</groupId>
	<artifactId>podcast-parser</artifactId>
	<version>${podcast-parser.version}</version>
</dependency>

GnuPG public key

Verify signature files with my GnuPG public key.

License

Licensed under the Apache 2.0 license.