arminreiter/FeedReader

What is the best way to get media enclosure details from a podcast’s RSS feed?

matthewkrieger opened this issue · 1 comments

What is the best way to get media enclosure details from a podcast’s RSS feed? At a minimum things like the url to the piece of media. I see the FeedEnclosure but it’s not clear as I look at the code how to use it.

Use

var iTunesItem = item.GetItunesItem();

The item is an item in de feed. For additional iTunes properties on the channel, use

var iTunesFeedChannel = feed.GetItunesChannel();