ahorn / android-rss

Lightweight Android library to parse RSS 2.0 feeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedburner URLs

mahmoudhossam opened this issue · comments

I tried to put a feedburner URL like this one and it didn't work.

Is there a way to get around this?

The link you provide points to an Atom feed and not an RSS feed.

commented

I am using ur library & it works fine for RSS. Now i need 2 support ATOM feed.
could u please suggest what modifications do i need 2 make to support ATOM.
will just modifying the parser code to support all ATOM tags will work. (i mean adding OR clauses ... example "item" or "entry" ..) will do the magic ?