Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
matthewkrieger opened this issue Mar 22, 2020 · 1 comment

Comments

@matthewkrieger
Copy link

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.

@RobSchoenaker
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants