w3stling / rssreader

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

Wrong title and description could be selected #160

Closed w3stling closed 4 months ago

w3stling commented 4 months ago

If title or description tag exist on multiple levels the value of the last occurrence will be selected.

For rss feeds description tag can exist in: /rss/channel/description and /rss/channel/image/description

For atom feeds title tag can exist in: /feed/entry/title and /feed/entry/source/title

Use absolute path to title and description tags instead of relative path with setting up the item and channel mappings.

sonarcloud[bot] commented 4 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