Closed sssolammm closed 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
This URL is working for me locally on 4.13.7. Could you share the ytdl code you try to use?
4.13.7
ytdl
You may downloaded an itag which has hasAudio: false property. You can use filter option or other to prevent it.
hasAudio: false
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