dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

Added Attribute xmlns:media #100

Open ACC-Ricky opened 3 years ago

ACC-Ricky commented 3 years ago

Hi,

I was getting an error on multiple Gatsby Builds until I added this attribute to the existing list of attributes.

Error: error on multiple lines: Namespace prefix media on content is not defined

Fixed error by adding: xmlns:media="http://search.yahoo.com/mrss/"

Thanks for a great package.

ACC-Ricky commented 3 years ago

Travis' error is not caused by my edit.