You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
I was hoping that this library would detect whether the feed is RSS or Atom. At first I was always using RssFeedReader, which fails with Atom feed, so I need to create AtomFeedReader explicitly for those. Is there a way to detect which feed it is, or is there some generic reader that does this job for me?