nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Can't parse pubDate and else info if it is CDATA encoding #76

Closed RayZhao1998 closed 5 years ago

RayZhao1998 commented 5 years ago

Hello

I have a rss feed. It seems to be CDATA encoding. Its pubDate is like <![CDATA[ 2018-12-21 11:27:25 +0800 ]]>.

When I use rssFeed?.items?.first?.pubDate, it returns nil.

nmdias commented 5 years ago

Hi, @RayZhao1998

Is this still an issue?

Thanks