|
|
|
@ -295,9 +295,9 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
if (sub_file_url) { |
|
|
|
|
play['subtitle'] = sub_file_url; |
|
|
|
|
} |
|
|
|
|
play.urls.unshift(file_url+ "#isVideo=true##pre#"); |
|
|
|
|
play.names.unshift("原始 画质"); |
|
|
|
|
play.headers.unshift({'Referer':'https://www.aliyundrive.com/'}); |
|
|
|
|
//play.urls.unshift(file_url+ "#isVideo=true##pre#");
|
|
|
|
|
//play.names.unshift("原始 画质");
|
|
|
|
|
//play.headers.unshift({'Referer':'https://www.aliyundrive.com/'});
|
|
|
|
|
return JSON.stringify(play); |
|
|
|
|
}else{ |
|
|
|
|
return "toast://"+play.message; |
|
|
|
|