-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bestvideo doesn't always select best video #5491
Comments
Probably related (though I'll open a different bug report if needed): with no argument and thus no request for a particular format, youtube-dl produces a warning:
This isn't specific to this video:
Potentially related as well (I was about to open a new bug report for this one, but I would guess the root cause is the same): unless I'm not understanding how to use it correctly, the --max-quality option seems to be ignored:
|
@Tailszefox see #5456 (comment) for why we output the warning (if you always want mp4 files you can use |
@jaimeMF Yeah, I see why the warning is necessary. I just find it odd that the new default options make it necessary. I mean, a program that emits a warning when using default options just looks weird to me, since default options are supposed to be the normal mode of operation, and thus shouldn't cause any warning. The warning itself is also a bit confusing in this case, since it says That might just be a matter of preference, though, and it's easy to avoid it with the proper arguments, so it's not a big issue. Again, I just find it odd, but it's clearly not problematic. In any case, it's not related to this issue, then, my apologies. I'll open a new issue for |
For this video:
https://www.youtube.com/watch?v=InxwGZ_PgC4
-f bestvideo[ext=mp4]+bestaudio
downloads 240p version (while there is 1080p available)The text was updated successfully, but these errors were encountered: