RSSHub/lib/v2/cnbc/radar.js

22 lines
662 B
JavaScript

module.exports = {
'cnbc.com': {
_name: 'CNBC',
search: [
{
title: '全文 RSS',
docs: 'https://docs.rsshub.app/routes/traditional-media#cnbc',
source: ['/rs/search/combinedcms/view.xml'],
target: (_, url) => `/cnbc/rss/${new URL(url).searchParams.get('id')}`,
},
],
www: [
{
title: '全文 RSS',
docs: 'https://docs.rsshub.app/routes/traditional-media#cnbc',
source: ['/id/:id/device/rss/rss.html'],
target: '/cnbc/rss/:id',
},
],
},
};