prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
516 stars 128 forks source link

Consider RDF support #206

Closed jocmp closed 3 months ago

jocmp commented 3 months ago

Is your feature request related to a problem? Please describe. My app uses RSS-Parser to look up and read feeds. I have a user who wants to add an RSS 1.0 feed which is based on RDF

Describe the solution you'd like If possible, it would be nice to access RDF feeds via this library.

Describe alternatives you've considered The old Rome project supports RDF feeds, but it's based on Java, doesn't support OkHttp, and would mean using another dependency.

I've also considered doing nothing. It's the first time I've ever encountered an RDF feed. I want to suggest that the feed owner upgrades to RSS 2.0.