Files
RSSHub/lib/v2/udn/radar.js
miles 9e1796944f feat(route): add 聯合新聞網 (#10654)
* 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
2022-08-31 10:16:56 +02:00

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