yemingfeng 4 months ago
parent
commit
4a334e15f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/youtube/youtubev1.js

+ 1 - 1
js/youtube/youtubev1.js

@@ -291,7 +291,7 @@ detail = async (url, requestId, platform) => {
             "channelID": originVideoDetails["channelId"],
             "recommendInfo": recommendInfo,
             "channelURL": `https://www.youtube.com/channel/${originVideoDetails["channelId"]}`,
-            "videoId": originVideoDetails["videoId"]
+            "videoId": url.replace('https://www.youtube.com/watch?v=', '')
         }
         const ret = {
             "code": 200,