|
|
|
@ -13,7 +13,8 @@ function aliShareUrl(input) { |
|
|
|
|
share_pwd = it.replace('提取码: ', ''); |
|
|
|
|
} |
|
|
|
|
if (it.indexOf("https://www.aliyundrive.com") > -1) { |
|
|
|
|
it = it.replace('https://www.aliyundrive.com/s/', ''); |
|
|
|
|
it = it.replace('https://www.aliyundrive.com/s/', '').replace('链接:', ''); |
|
|
|
|
log(it) |
|
|
|
|
share_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[0] : it; |
|
|
|
|
folder_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[1] : "root"; |
|
|
|
|
} |
|
|
|
|