diff --git a/lib/index.js b/lib/index.js index 2ad40a43..5c3a1b0e 100755 --- a/lib/index.js +++ b/lib/index.js @@ -111,10 +111,12 @@ function generateXML (data){ }); //set up the attributes for the RSS feed. + //added media var _attr = { 'xmlns:dc': 'http://purl.org/dc/elements/1.1/', 'xmlns:content': 'http://purl.org/rss/1.0/modules/content/', 'xmlns:atom': 'http://www.w3.org/2005/Atom', + 'xmlns:media': 'http://search.yahoo.com/mrss/', version: '2.0' }; diff --git a/package.json b/package.json index 06c5e950..9dcd3ea9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.2.2", "description": "RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.", "keywords": [ + "RH-Custom", "rss", "xml", "atom", @@ -24,6 +25,7 @@ "email": "dylang@gmail.com" }, "contributors": [ + "Ricky", "Dylan Greene ", "Xavier Damman ", "Michael R. Lange",