mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
20 lines
630 B
JavaScript
20 lines
630 B
JavaScript
module.exports = {
|
|
'ibc.co.jp': {
|
|
_name: 'IBC 岩手放送',
|
|
'.': [
|
|
{
|
|
title: 'イヤーマイッタマイッタ',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#ibc-yan-shou-fang-song',
|
|
source: ['/radio/maitta/audio', '/'],
|
|
target: '/ibc/maitta',
|
|
},
|
|
{
|
|
title: 'ラジオ',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#ibc-yan-shou-fang-song',
|
|
source: ['/radio/:id/audio', '/'],
|
|
target: '/ibc/radio/:id?',
|
|
},
|
|
],
|
|
},
|
|
};
|