Skip to content

Tool to download and organize your Podcasts programmatically

License

Notifications You must be signed in to change notification settings

felipebaltazar/PodcastManager

Repository files navigation

PodcastManager

Tool to download and organize your Podcasts programmatically

Build Status Build statusNuGet

Current Supported Podcasts

The banks below were added in the order they are listed

Name Episode List Additional Info Method Status
Nerdcast Yes Episode Number, Title, Published Date, Insertions Reversed Web API OK
NaoOuvo Yes Episode Number, Title, Published Date, Insertions Reversed Feed OK

Nuget Install

Install-Package PodcastManager

Usage

	    var podcastManager = new Manager();
            var nerdCast = podcastManager.GetManager(PodcastType.NerdCast);
            
            var podcastCollection = await nerdCast.GetPodcastListAsync();