andris9/NodePie

item.getPermalink() returns false

Closed this issue · 2 comments

oves commented

HI,

The issue is that 'item.getPermalink()' returns false while

console.log( JSON.stringify( item['element']['link'] ) );

returns

{"href":"viewtopic.php?t=4278424"}

The original feed can be found : feed.rutracker.org/atom/f/0.atom

I updated the code to support this feed as well, see 6ac68ad for details

oves commented

Thanks a lot for the great job!!!