mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
368 B
JavaScript
14 lines
368 B
JavaScript
module.exports = {
|
|
'xwlb.com.cn': {
|
|
_name: '新闻联播直播',
|
|
'.': [
|
|
{
|
|
title: '新闻联播文字版完整版',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#yang-shi-xin-wen',
|
|
source: ['/cctv.html', '/'],
|
|
target: '/xwlb',
|
|
},
|
|
],
|
|
},
|
|
};
|