RSSHub/lib/v2/ainvest/radar.js

20 lines
538 B
JavaScript

module.exports = {
'ainvest.com': {
_name: 'AInvest',
'.': [
{
title: 'Latest Article',
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
source: ['/news'],
target: '/ainvest/article',
},
{
title: 'Latest News',
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
source: ['/news'],
target: '/ainvest/news',
},
],
},
};