Files
RSSHub/lib/v2/radio/radar.js
Ethan Shen e5484a75bd feat(route): add 云听 (#9665)
* feat(route): add 云听

* fix typo

* fix: wrong data
2022-05-01 06:13:57 +08:00

14 lines
415 B
JavaScript

module.exports = {
'radio.cn': {
_name: '云听',
'.': [
{
title: '电台节目',
docs: 'https://docs.rsshub.app/multimedia.html#yun-ting-dian-tai-jie-mu',
source: ['/pc-portal/sanji/detail.html', '/'],
target: (params, url) => `/radio/${new URL(url).searchParams.get('columnId')}`,
},
],
},
};