Skip to content

mdewilde/podcast-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages