RSSHub/lib/v2/now/radar.js

14 lines
338 B
JavaScript

module.exports = {
'news.now.com': {
_name: 'Now 新聞',
'.': [
{
title: '新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#now-xin-wen',
source: ['/'],
target: '/now/news/:category?/:id?',
},
],
},
};