nmdias / FeedKit

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

The pubDate which is inside a CDATA block return nil #86

Closed kejour closed 5 years ago

kejour commented 5 years ago

Just have a question #76 had, you can test the feed url like this, and the pubDate is like <![CDATA[ 2019-03-17 06:55:33 +0800 ]]>.

nmdias commented 5 years ago

Hi, @kejour

This should be fixed now, and will be available in the next release. Closing for now.

Thanks