mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
module.exports = {
|
|
'aliyundrive.com': {
|
|
_name: '阿里云盘',
|
|
www: [
|
|
{
|
|
title: '文件列表',
|
|
docs: 'https://docs.rsshub.app/programming.html#a-li-yun-pan',
|
|
source: ['/s/:share_id', '/s/:share_id/folder/:parent_file_id'],
|
|
target: '/aliyundrive/files/:share_id/:parent_file_id?',
|
|
},
|
|
],
|
|
},
|
|
};
|