FeedReader icon indicating copy to clipboard operation
FeedReader copied to clipboard

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

Results 15 FeedReader issues
Sort by recently updated
recently updated
newest added

FeedItem.Link can return the incorrect link for Atom feeds where multiple link elements exist for an ``. In the Atom feed below, each `` contains multiple `` tags each points...

Please see the files attached. - Added support for **Type** on the feed - Added support for **Episode**, **Season**, and **EpisodeType** on feed items Example RSS feed to test with...

What is the best way to get media enclosure details from a podcast’s RSS feed? At a minimum things like the url to the piece of media. I see the...

How deal with proxy ? I can't find anything in the documentation I get some 443 issues using this. Thanks.

Dear Team, I got V 1.2.1 installed. Working fine with other RSS feeds. When using this on this specific feed: `var feed = CodeHollow.FeedReader.FeedReader.Read("https://www.hkex.com.hk/Services/RSS-Feeds/News-Releases?sc_lang=en");` I get diverse error messages depending...

Hi @codehollow FeedReader is very nice to use - just would like to know how I can get it to ignore ssl certificate errors Thanks!

XDocument.Parse fails when it tries to parse `&`. It works when we replace `&` with `&` which is HTML encoded version of it.

`FeedItem.Categories` is a `ICollection` of `string`. In RSS, every element in it is the name of category. But in Atom, that is the id of a category.

Your implementation of the usage from the `HttpClient` is bad. Unfortunately, correct lifetime management of `HttpClient` is one of the biggest gotchas in .NET, MS really needs to fix it:...

Hello, Is it possible to add an extension similar to Syndication.cs myself? And if yes, how? I need one for elements that start with "torznab:" e.g. `` `` And also...