mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
364 B
JavaScript
14 lines
364 B
JavaScript
module.exports = {
|
|
'rfi.fr': {
|
|
_name: '法国国际广播电台',
|
|
'.': [
|
|
{
|
|
title: '滚动新闻',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#fa-guo-guo-ji-guang-bo-dian-tai-gun-dong-xin-wen',
|
|
source: ['/'],
|
|
target: '/rfi/news',
|
|
},
|
|
],
|
|
},
|
|
};
|