/Podly.FeedParser

Podcast RSS feed parser

Primary LanguageC#

#Podcast RSS Feed parser

this project was originally forked from the Quick and Dirty Feed Parser - lots of credit to @Aaronontheweb for this library. We re-purposed parts of the library to enable us to parse RSS feeds. The standard .NET library for RSS feed parsing lacks fault tolerance. This is a major problem with data as unstandardized and poorly formatted as RSS.

usage

var factory = new HttpFeedFactory();
var feed = factory.CreateFeed(new Uri(podcast.FeedUrl));