Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 529 Bytes

RssFeedParser

Build Status NuGet

Easy to use c# RSS-feed-parser. Just pass in an Url and you will get an object of the feed. Supports an ever increasing list of feed types.

Example usage

var rssFeedParser = new FeedParser();
RssFeed feed = rssFeedParser.ParseFeed("https://matthias.tech/rss");