w3stling / rssreader

A simple Java library for reading RSS and Atom feeds
MIT License
152 stars 25 forks source link

Support for reading from a string containing feed data #180

Closed w3stling closed 2 months ago

w3stling commented 2 months ago

This PR enables the read method to accept and process RSS/Atom feed data provided as a string.

Example:

String feed = "<rss>...</rss>"
List<Item> items = new RssReader().read(feed).toList()
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 2 months ago

Test Results

 10 files   10 suites   31s :stopwatch: 279 tests 277 :white_check_mark: 2 :zzz: 0 :x: 287 runs  285 :white_check_mark: 2 :zzz: 0 :x:

Results for commit c38f227b.