/FeedReader

C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0, ATOM 0.3 and 1.0. Tested with multiple languages and feeds.

Primary LanguageHTMLMIT LicenseMIT

FeedReader

FeedReader is a .NET library used for reading and parsing RSS and ATOM feeds. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM 0.3 and 1.0. Developed because tested existing libraries do not work with different languages, encodings or have other issues. Library tested with multiple languages, encodings and feeds.

Install via nuget https://www.nuget.org/packages/Roald87.FeedReader/

This is a fork of https://github.com/arminreiter/FeedReader. In this fork I:

  1. Ported to .NET 8.0.
  2. Removed the HttpClient because it caused issues. And I couldn't get the client tests to pass.
  3. Added parsing of encoded:content item tag for RSS 1.0
  4. Added Atom 0.3 support

Specifications