Closed trungptdhcn closed 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.
Having the same issue and when I type AtomParser it seems I can't get access to the class.
I parser RSS from BBC news but image object alway null, please check again for me, Thank!