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.
Can I automatically download 1080p as best from youtube? #3165
Comments
|
To download best video and audio, you can use this command
|
|
Thanks. It looks like what I'm looking for.
|
|
My current workaround is
|
|
Fixed long time ago. |
There is an arbitrary youtube video url. I want to download it in the best quality as it possible (as video+autio to a single file).
I know only the manual way to do it
youtube-dl -F <url>to get available formatsyoutube-dl -f <video_format>+<audio_format> <url>in case of >=1080p (DASH)youtube-dl -f best <url>in another case.Can I do it automatically by a single command?