Update lib/youtube/youtube.js
Browse files- 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 |
|