filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

How can i feed many category? #208

Closed callmesoul closed 3 years ago

callmesoul commented 3 years ago

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: [],
}