Argotic Rss Library for NET
I need to work with rss, so I wandered a little bit in the net and found Argotic library. At the first glance the library is really good, but a simple thing appears to be missing (or probably I did not find in the documentation)
I need to examine a large set of feed to grab all the link, but I do not know if the feed is rss or atom or whathever else, I decided to support atom and Rss, and I created this little piece of code that use GenericSyndicationFeed to load the feed from the uri, then check the format and create the correct feed component.
|
|
This code is simple but it lack one functionality, the Create factory function for GenericSyndicationFeed accepts only an Uri, and does not permit to directly specify a stream, for example if you already downloaded the rss content. The overall library is really good.
Alk.
Tags: Argotic