filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i feed many category?

callmesoul opened this issue · comments

when i mine item has many category:

<item>
  //  ...
  <category domain="https://callmesoul.cn/categories/mysql/">mysql</category>
  <category domain="https://callmesoul.cn/tags/frontend/">frontend</category>
  <enclosure url="https://callmesoul.cn/../images/sequelize.jpg" type="image/*"/>
</item>

but i use rss-feed-emitter has only one:

{
  // ...
  categories: [ 'mysql' ],
  enclosures: [],
}