mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
* feat(route): add 聯合新聞網 * fix(route): concatenate the url correctly * feat(route): fetch link name * feat(route): description uses HTML instead of raw text * feat(route): remove `from` search params from link * feat(route): improve feed description readability * fix(route): article was not properly parsed * refactor(route): improve feed fetching
14 lines
377 B
JavaScript
14 lines
377 B
JavaScript
module.exports = {
|
|
'udn.com': {
|
|
_name: '聯合新聞網',
|
|
'.': [
|
|
{
|
|
title: '即時新聞',
|
|
docs: 'https://docs.rsshub.app/new-media.html#lian-he-xin-wen-wang-ji-shi-xin-wen',
|
|
source: '/news/breaknews/1/:id',
|
|
target: '/udn/news/breakingnews/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|