arminreiter/FeedReader

How can I parse enclosure data from a feed?

NRKirby opened this issue · 1 comments

Hey, I'm using your library to parse podcast feeds such as this one.

When I read the feed with FeedReader.ReadAsync and inspect the items I can't see the enclosure mp3 data.

Do you know why this is?

A quick search of your repo I can see you handle enclosure data in FeedItemEnclosure.cs class so I'm not sure if I'm doing something wrong?

Thanks for the great library!

I see you can get to the enclosure through the SpecificFeed property