Kip Gebhardt

Results 3 issues of Kip Gebhardt

See https://www.npmjs.com/package/passport-wordpress

If I do a passthrough of this RSS enclosure element: ``` xml ``` using this code: ``` js if (item.enclosures && Array.isArray(item.enclosures)){ item.enclosures.forEach(function(enclosure){ if (enclosure.type === 'audio/mpeg') { itemOptions.enclosure =...

- Optional disabling of CDATA wrapping by field name - Adding items by concatenation of existing items or by complete replacement of existing items - Associated unit tests - Runnable...