From 970010dc521376cf9e04f7a7cbfdc582441ae49a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 25 Mar 2023 13:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAliDisk.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAliDisk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js index e5ba93f7..886eb940 100644 --- a/SrcJyAliDisk.js +++ b/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/'}); })