danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 190 forks source link

Fix reresolve logic #239

Closed danmactough closed 6 years ago

danmactough commented 6 years ago

The previous logic only worked on links in atom feeds that contained multiple link elements. This changes how we process those multiple elements so that we can reresolve single element links, as well.

This bug was obscured because it only affected the links in the first item in a feed.

Resolves #237

danmactough commented 6 years ago

published - v2.2.4

scripting commented 6 years ago

Happy to report the problem seems to be fixed in River5. The relative links that were previously not resolving correctly, are. Thanks for the fix. ;-)