Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.25 KB

README.md

File metadata and controls

28 lines (19 loc) · 2.25 KB

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();