Skip to content

cli: deprecate --verbose-player and --fifo #6227

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

bastimeyer
Copy link
Member

in favor of --player-verbose (new) and --player-fifo respectively


This inconsistency has always been a bit annoying, so let's finally fix this. No deprecation messages, because this would require adding the deprecated args to the parser's namespace and checking their values in the main module.

argparse.ArgumentParser.add_argument(deprecated=True) has only been added in py313 (today), so it can't be used yet unless backported.

in favor of --player-verbose (new) and --player-fifo respectively
@bastimeyer bastimeyer merged commit ea4e146 into streamlink:master Oct 7, 2024
25 checks passed
@bastimeyer bastimeyer deleted the cli/argparser/deprecate-verbose-player-and-fifo branch October 7, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant