prof18 / RSS-Parser

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

Upstream local changes for supporting Slashdot and Bleacher Report RSS links #115

Closed j-roskopf closed 1 year ago

j-roskopf commented 1 year ago

Add support for image links inside link tag on articles (as seen on bleacher report https://bleacherreport.com/articles/feed)

Screenshot 2023-05-28 at 8 49 39 PM

Add support for categories defined in attribute 'term' (as seen on slashdot http://rss.slashdot.org/Slashdot/slashdotMainatom)

Screenshot 2023-05-28 at 8 50 14 PM

All of the other things I have done were addressed with the initial + additional Atom RSS PRs (https://github.com/prof18/RSS-Parser/pull/94, https://github.com/prof18/RSS-Parser/pull/114)

Please let me know if there is anything else you'd like to see done with this pull request!