prof18 / RSS-Parser

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

Support additional RSS feeds from The Verge and Slashdot #113

Closed j-roskopf closed 1 year ago

j-roskopf commented 1 year ago

Currently, Atom feeds aren't supported. I see there is currently an open PR (https://github.com/prof18/RSS-Parser/pull/94) to add basic support. I've pulled this project down and included it in my personal project and applied the logic within that PR and it still leaves some of the functionality with these 2 feeds missing (http://rss.slashdot.org/Slashdot/slashdotMainatom) (https://www.theverge.com/rss/index.xml). I've added support to completely parse these 2 feeds on my local copy. Are you amenable to me opening a PR to add this support?

prof18 commented 1 year ago

Thanks for reaching out! I'm planning to merge #94 soon and then you're more than welcome if you want to upstream your changes! 🙏

j-roskopf commented 1 year ago

sounds good! :)

prof18 commented 1 year ago

Hey! I've merged #94 and #114 with the initial support; feel free to upstream your changes! 🙏