Pkmmte / PkRSS

A powerful RSS feed manager for Android
Apache License 2.0
100 stars 23 forks source link

Image alway null! #21

Closed trungptdhcn closed 8 years ago

trungptdhcn commented 8 years ago

I parser RSS from BBC news but image object alway null, please check again for me, Thank!

Pkmmte commented 8 years ago

Could you provide a link to the RSS URL you're trying to parse?

Edit I believe BBC's RSS feed uses the Atom format. Lucky for you, this library comes with a built-in atom parser. You can set PkRSS to use the AtomParser at a request-level by including .parse(new AtomParser()) but I recommend you set it at the singleton-level instead if this is the only feed you plan on parsing.

norrisboat commented 7 years ago

Having the same issue and when I type AtomParser it seems I can't get access to the class.