mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
* feat(route): add 華視新聞網 * fix(route): rate limit * feat(route): description uses HTML instead of raw text
14 lines
342 B
JavaScript
14 lines
342 B
JavaScript
module.exports = {
|
|
'cts.com.tw': {
|
|
_name: '華視',
|
|
news: [
|
|
{
|
|
title: '新聞',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#hua-shi-xin-wen',
|
|
source: '/:category/index.html',
|
|
target: '/cts/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|