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.
--load-info overriding -f choice when -f is a non-DASH stream #5564
Comments
|
Will be fixed in the next version. Thanks for the report. |
Just updated to youtube-dl version 2015.04.26 and noticed that youtube-dl seems to default to
-f bestvideo+bestaudio, download those streams, and then finally download the intended stream after an ffmpeg error whenever I try to download a non-dash stream (e.g.-f 22) and use--load-info <file>. Removing--load-info <file>seems to make youtube-dl behave normally. Specifying two dash streams (e.g-f 136+141) also works properly, even with--load-info <file>.Relevant Log: