RSSHub/lib/v2/tvb/radar.js

14 lines
377 B
JavaScript

module.exports = {
'tvb.com': {
_name: '无线新闻',
'.': [
{
title: '新闻',
docs: 'https://docs.rsshub.app/routes/traditional-media#wu-xian-xin-wen-xin-wen',
source: ['/:language/:category', '/'],
target: '/tvb/news/:category?/:language?',
},
],
},
};