mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 12:19:15 +00:00
Merge pull request #1 from jaalfaro/jaalfaro-patch-1
Add support for custom elements to the feed
This commit is contained in:
commit
562c943818
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user