Ben 11 månader sedan
förälder
incheckning
3c4a147ff3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      js/info.js

+ 1 - 1
js/info.js

@@ -177,7 +177,7 @@ detail = async (url, local) => {
         for (const item of ytInitialData["contents"]["twoColumnWatchNextResults"]["secondaryResults"]["secondaryResults"]["results"]) {
             if (item["compactVideoRenderer"]) {
                 const recommendVideo = item["compactVideoRenderer"];
-                console.log(recommendVideo);
+                console.log(`推荐视频: ${JSON.stringify(recommendVideo)}`);
                 if (recommendVideo["videoId"]) {
                     recommendInfo.push({
                         "type": "gridVideoRenderer",