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't use "-f bestvideo[vcodec=avc]" anymore, (nor "-f bestvideo[vcodec=av1]") #17530
Comments
|
from https://github.com/rg3/youtube-dl#format-selection:
|
Description of your issue, suggested solution and other information
So trying to set up a command line to download AV1 I noticed that I get stuff like this when viewing formats.
Which makes bestvideo[vcodec=] useless for AVC and AV1, because they would only match that exact string, and most within AVC have different strings. Previously it worked with just plain bestvideo[vcodec=avc].
(I have version 2018.09.10)