randydev commited on
Commit
5182d78
·
verified ·
1 Parent(s): 557b1ce

Update lib/youtube/youtube.js

Browse files
Files changed (1) hide show
  1. lib/youtube/youtube.js +1 -1
lib/youtube/youtube.js CHANGED
@@ -62,7 +62,7 @@ export async function youtubedl(url, server) {
62
  audio,
63
  other
64
  };
65
-
66
  return YoutubedlSchema.parse(result);
67
  }
68
 
 
62
  audio,
63
  other
64
  };
65
+ console.log(result);
66
  return YoutubedlSchema.parse(result);
67
  }
68