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.
Option to skip downloading and merging audio for files that already have audio in them #23391
Comments
|
|
Checklist
Description
Say I want to download all videos from a YouTube channel that have a format code 22 or less.
I use a command like this:
youtube-dl -i -f 22/135+140 -o "i:/Downloads/%(uploader)s%(title)s.%(ext)s" https://www.youtube.com/user/booksofscience/videos
Problem is, when it finds a video with the format code 22 which is a single 720p file with audio already in it, it still downloads a separate .m4a audio file and than merges it with the corresponding video file. This is redundant and there should be an option to skip it. It should ONLY download audio for files that are video only, such as the ones with the format code 135.