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.
Latest youtube-dl. Trying to download all the videos on a channel in format priority 299-->303-->137
Command:
youtube-dl.exe https://www.youtube.com/channel/UCsiKFVHkQSMlSe0vaCG0anw -f "299/303/137+251" --merge-output-format mkv -i
Will not download/merge the format 251 audio on the 60fps videos, while working on the 30fps ones. The audio format is present.
Youtube-dl's defualt argument will download them and merge just fine.