distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
213 stars 43 forks source link

Download is generating 0 byte file. #42

Closed Raul824 closed 1 month ago

Raul824 commented 1 month ago

Describe the bug

I used the sample code for download without changing anything but it seems to be downloading 0 byte video.mp4 file.

Debug File

The mime urls returned from console log for info.formats are also not playable in browser as well.

Environment

Raul824 commented 1 month ago

The url provided by yt-dlp binary works fine in browser.

yt-dlp --get-url -f 140 video_id url from example

Raul824 commented 1 month ago

My bad invalid issue re-installed from npm save command working as expected.