nmdias / FeedKit

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

Can't get content:encoded data for RDF #110

Closed yjsan closed 4 years ago

yjsan commented 4 years ago

I have developed RSS reader app with FeedKit library. I found I can't get content:encoded data in some RSS(ex: http://blog.livedoor.jp/nanjstu/index.rdf)

http://web.resource.org/rss/1.0/modules/content/

content:encoded has not yet approved, but it has been used in actual RSS in some case.

Thank you for developing FeedKit.