Skip to content

rwhitmire/Podly.FeedParser

Repository files navigation

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

About

Podcast RSS feed parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages