@@ -1,4 +1,4 @@
-detail(`https://www.youtube.com/watch?v=sgEJ4sOwboM`, '123', 'WEB')
+detail(`https://www.youtube.com/watch?v=4KkjBz34yzw`, '123', 'WEB')
.then(res => {
console.log(res);
})
@@ -225,7 +225,7 @@ detail = async (url, requestId, platform) => {
"itag": format["itag"],
"fps": format["fps"] + "",
"bitrate": format["bitrate"] + "",
- "url": format["url"],
+ "videoUrl": format["url"],
"ext": "mp4",
"vcodec": vcodec,
"acodec": acodec,