-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[core] Fix simulate
changing format selection
#9862
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
Conversation
While `can_merge` currently always returns `True`, I think it's better to mock this to not call `FFmpegMergerPP`
This reverts commit de5634e.
Is changing the signature of |
Personally, I'd have added a deprecation warning anyway, coz I'm conservative with this stuff. But it's not really needed. Your patch looks fine. But to clarify, my comment was not demanding we do it this way, but simply to give my opinion. We should try to have identical behavior with ytdl on this. So let's coordinate with dirkf on which is better. |
I agree with you in that I think it makes sense to change the |
I also think it's better to have |
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
IMPORTANT: PRs without the template will be CLOSED
Description of your pull request and other information
Fixes #9843
Template
Before submitting a pull request make sure you have:
In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:
What is the purpose of your pull request?