danmactough / node-feedparser

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

Channel link is replaced by alternate links #142

Closed EggiJan closed 9 years ago

EggiJan commented 9 years ago

I've found a feed, where the channel link is replaced by the atom alternate links.

The feed: http://feeds.feedburner.com/mobile-macs-enhanced-podcast

Expected: meta.link = "http://freakshow.fm" Result: meta.link = "http://freakshow.fm/feed/opus/"

I would suggest using the channel link and use the alternate links as fallback.

danmactough commented 9 years ago

Thanks for the report @EggiJan. Fixed via 40707d6 and published as v1.1.0.