Aiden 6 月之前
父節點
當前提交
f5d7f6d197
共有 5 個文件被更改,包括 2 次插入1 次删除
  1. 0 0
      js/pornhub.bundle.js
  2. 0 0
      js/tiktok.bundle.js
  3. 0 0
      js/xvideos.bundle.js
  4. 0 0
      js/youtube.bundle.js
  5. 2 1
      js/youtube/youtubev1.js

文件差異過大導致無法顯示
+ 0 - 0
js/pornhub.bundle.js


文件差異過大導致無法顯示
+ 0 - 0
js/tiktok.bundle.js


文件差異過大導致無法顯示
+ 0 - 0
js/xvideos.bundle.js


文件差異過大導致無法顯示
+ 0 - 0
js/youtube.bundle.js


+ 2 - 1
js/youtube/youtubev1.js

@@ -253,7 +253,8 @@ detail = async (url, requestId, platform) => {
                             "container": "mp4_dash",
                             "from": format["from"],
                             "source": format,
-                            "audioUrl": audioUrl
+                            "audioUrl": audioUrl,
+                            "videoUrl": format["url"]
                         }
                         formats.push(current)
                         qualities.push(format["qualityLabel"]);

部分文件因文件數量過多而無法顯示