Skip to content
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

[Installation] Quote args containing brackets #39

Merged
merged 1 commit into from
May 16, 2024

Conversation

bashonly
Copy link
Member

@bashonly bashonly commented May 9, 2024

Some pip installation commands that we recommend don't work in zsh, since zsh attempts to expand any unquoted [.

zsh manual:

FILENAME GENERATION
       If  a  word  contains an unquoted instance of one of the characters ‘*',
       ‘(', ‘|', ‘<', ‘[', or ‘?', it is regarded as  a  pattern  for  filename
       generation,  unless  the GLOB option is unset.

Solution: quote the args

@bashonly bashonly merged commit 05dc113 into yt-dlp:master May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant