danmactough / node-feedparser

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

Fix reresolve helper to correctly resolve relative URLs in RSS channel image #245

Closed danmactough closed 6 years ago

danmactough commented 6 years ago

Relative URLs are not acceptable here, but they happen.

Resolves #152

danmactough commented 6 years ago

fyi @maghoff