Add support for custom elements to the feed

This commit is contained in:
John Alfaro 2017-02-20 15:39:16 -05:00 committed by GitHub
parent 7559702000
commit 4ed5924c8c

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
};