node-rss
node-rss copied to clipboard
RSS feed generator for Node.
I've read the readmes and examples to make an aggregate podcast feed composed of several other podcasts. Everything works as intended, but iTunes will not validate my feed because the...
https://validator.w3.org/feed/docs/rss2.html specifies managingEditor - Email address for person responsible for editorial content. webMaster - Email address for person responsible for technical issues relating to channel. author - Email address of...
https://github.com/dylang/node-rss/blob/master/lib/index.js#L69 Not sure why, this may more often not be the case.
When installing, gets error: `error: no type named 'GCPrologueCallback' in 'v8::Isolate'` Plus 5 deprecations warnings. What is `libxmljs` is no longer compatible with?
Hi, I am getting this error, running the sample from the readme: fs.js:940 binding.stat(pathModule._makeLong(path)); ^ Error: ENOENT: no such file or directory, stat 'path-to-file' at Object.fs.statSync (fs.js:940:11) at getSize (/Users/esteban/Desktop/feed/node_modules/rss/lib/index.js:28:15)...
I generated a podcast RSS feed using a module derived from `node-rss`. The feed works fine in general. But the text content I have within the content:encoded includes some html,...
As per MSN specification for the mRSS extension, it is required to have RSS elements such as: 1 698525 Licensor name 2016-01-10T10:00:00+0100. So I extended the list of attributes of...
Hi, for a particular client in Japan, they require the date in JST timezone. I created this PR to support that. I included a new test and ensured all other...