mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-14 21:09:15 +00:00
Add support for custom elements to the feed
This commit is contained in:
parent
7559702000
commit
4ed5924c8c
@ -159,6 +159,7 @@ RssBraider.prototype.processFeed = function(feed_name, format, callback)
|
|||||||
copyright : feed.meta.copyright || null,
|
copyright : feed.meta.copyright || null,
|
||||||
categories : feed.meta.categories || null,
|
categories : feed.meta.categories || null,
|
||||||
custom_namespaces : feed.custom_namespaces || [],
|
custom_namespaces : feed.custom_namespaces || [],
|
||||||
|
custom_elements : feed.meta.custom_elements || [],
|
||||||
no_cdata_fields : feed.no_cdata_fields
|
no_cdata_fields : feed.no_cdata_fields
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user