20 lines
692 B
JavaScript
20 lines
692 B
JavaScript
module.exports = {
|
|
'cztv.com': {
|
|
_name: '新蓝网',
|
|
'.': [
|
|
{
|
|
title: '浙江新闻联播',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#xin-lan-wang-zhe-jiang-guang-bo-dian-shi-ji-tuan',
|
|
source: ['/videos/zjxwlb', '/'],
|
|
target: '/cztv/zjxwlb',
|
|
},
|
|
{
|
|
title: '浙江新闻联播-每日合集',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#xin-lan-wang-zhe-jiang-guang-bo-dian-shi-ji-tuan',
|
|
source: ['/videos/zjxwlb', '/'],
|
|
target: '/cztv/zjxwlb/daily',
|
|
},
|
|
],
|
|
},
|
|
};
|