mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
14 lines
415 B
JavaScript
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')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|