更新 'SrcJyAliDisk.js'

master
src48597962 2 years ago
parent 5489642f62
commit 970010dc52
  1. 4
      SrcJyAliDisk.js

@ -367,13 +367,13 @@ function aliMyPlayUrl(file_id){
let urls = [];
let names = [];
let heads = [];
urls.push(file_url + "#.m3u8#pre#");
urls.push(file_url);
names.push("原始 文件");
heads.push({'Referer':'https://www.aliyundrive.com/'});
if(aliyunUrl.length>0){
aliyunUrl.forEach((item) => {
urls.push(item.url + "#.m3u8#pre#");
urls.push(item.url + "#pre#");
names.push(transcoding[item.template_id] ? transcoding[item.template_id] : item.template_height);
heads.push({'Referer':'https://www.aliyundrive.com/'});
})

Loading…
Cancel
Save