Merge pull request #5 from jaalfaro/master

Add support for custom_elements
This commit is contained in:
Kip Gebhardt 2017-02-20 13:45:54 -08:00 committed by GitHub
commit 868bf1f224

View File

@ -159,6 +159,7 @@ RssBraider.prototype.processFeed = function(feed_name, format, callback)
copyright : feed.meta.copyright || null,
categories : feed.meta.categories || null,
custom_namespaces : feed.custom_namespaces || [],
custom_elements : feed.meta.custom_elements || [],
no_cdata_fields : feed.no_cdata_fields
};