Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java library for parsing podcast feed XML files

Resources

Stars

11 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages