From 5380960ea65e04100fa5aad272f470d4430f36f2 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 25 Jul 2023 18:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAliPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAliPublic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyAliPublic.js b/SrcJyAliPublic.js index 71fef757..5c2490c3 100644 --- a/SrcJyAliPublic.js +++ b/SrcJyAliPublic.js @@ -275,7 +275,7 @@ function aliMyPlayUrl(file_id) { let heads = []; if (aliyunUrl.length > 0) { aliyunUrl.forEach((item) => { - urls.push(item.url + "#pre#"); + urls.push(item.url + "#isVideo=true##pre#"); names.push(transcoding[item.template_id] ? transcoding[item.template_id] : item.template_height); heads.push({ 'Referer': 'https://www.aliyundrive.com/' }); })