更新 'SrcJyAliPublic.js'

master
src48597962 2 years ago
parent c05057a2a3
commit 5380960ea6
  1. 2
      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/' });
})

Loading…
Cancel
Save