odysseymemoirs

Results 1 issues of odysseymemoirs

**How to handle this situation?** Suppose when whe add 2 different rss from same website: 1. site.com/tech/rss.xml 2. site.com/cars/rss.xml ``` feeder.add({ url: ['site.com/tech/rss.xml', 'site.com/cars/rss.xml' ], refresh: 2000, eventName: 'world' });...

feature
Status: Accepted