Files
RSSHub/lib/v2/now/radar.js
Ethan Shen 97c076256b feat(route): add Now 新聞 (#8330)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2022-01-22 16:02:45 +00:00

14 lines
336 B
JavaScript

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