diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js index 3f5d654f..b9e6e50f 100644 --- a/SrcJyAliDisk.js +++ b/SrcJyAliDisk.js @@ -370,8 +370,8 @@ function aliMyPlayUrl(file_id){ let heads = []; aliyunUrl.forEach((item) => { urls.push(item.url + "#.m3u8#pre#"); - names.push(item.template_id);//transcoding[item.template_id] ? transcoding[item.template_id] : item.template_height - heads.push({ 'Referer': 'https://www.aliyundrive.com/' }); + names.push(transcoding[item.template_id] ? transcoding[item.template_id] : item.template_height); + heads.push({'Referer':'https://www.aliyundrive.com/'}); }) return { urls: urls,