distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
291 stars 50 forks source link

Downloaded videos come with no sound #53

Closed sssolammm closed 4 months ago

sssolammm commented 4 months ago

Describe the bug When I download the following video is downloaded without sound, maybe codec is missing?

https://www.youtube.com/watch?v=kJQP7kiw5Fk

Debug File No error msg have been displayed

Environment @distube/ytdl-core version: 4.13.7 Node.js version: 20.12.1 Operating system: macOS_13.2.1

qubiack commented 4 months ago

This URL is working for me locally on 4.13.7. Could you share the ytdl code you try to use?

skick1234 commented 4 months ago

You may downloaded an itag which has hasAudio: false property. You can use filter option or other to prevent it.