Tool to download and organize your Podcasts programmatically
The banks below were added in the order they are listed
Name | Episode List | Additional Info | Method | Status |
---|---|---|---|---|
Yes | Episode Number, Title, Published Date, Insertions | Reversed Web API | OK | |
Yes | Episode Number, Title, Published Date, Insertions | Reversed Feed | OK |
Install-Package PodcastManager
var podcastManager = new Manager();
var nerdCast = podcastManager.GetManager(PodcastType.NerdCast);
var podcastCollection = await nerdCast.GetPodcastListAsync();