Browse Source

mod: code

Ben 9 months ago
parent
commit
900a7117d0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      js/youtube/youtube_audio.js

+ 1 - 0
.gitignore

@@ -11,3 +11,4 @@ user.db
 .idea/*
 data.json
 **/node_modules
+js/*bundle.js

+ 1 - 1
js/youtube/youtube_audio.js

@@ -331,7 +331,7 @@ detail = async (url, platform) => {
             format["originUrl"] = format["url"]
         }
         for (let format of originFormats) {
-            if (!format["url"]) {
+            if (format["signatureCipher"] || !format["url"]) {
                 format["url"] = await signUrl(format["signatureCipher"], baseJsUrl, platform);
             }
             if (format["url"]) {