Files
RSSHub/lib/v2/cts/radar.js
miles 3c7cd655e9 feat(route): add 華視新聞網 (#10658)
* feat(route): add 華視新聞網

* fix(route): rate limit

* feat(route): description uses HTML instead of raw text
2022-08-30 20:53:52 +08:00

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',
},
],
},
};