Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
No sound if youtube-dl -f webm/bestvideo+bestaudio #20426
Comments
|
|
Wow, wow. Why you instantly closed this issue? |
When downloading from youtube, if using
youtube-dl -f webm/bestvideo+bestaudio- completely no soundIn opposition, if using
youtube-dl -f mp4/bestvideo+bestaudiosound existsI have found some workaround, if type
youtube-dl -f bestvideo[ext=webm]+bestaudioit downloads normally with sound, but I still sure this is some bug exists.