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

fix(parameters): doesn't support parameters with double or single quote #22

Open
davinkevin opened this issue Jan 12, 2025 · 0 comments

Comments

@davinkevin
Copy link

davinkevin commented Jan 12, 2025

Hi,

I discovered it's not possible to use a parameter like this: --format "bv+ba[format_note~='(?i)original'] / bv+ba" because inner single quotes trigger a split on the parameter and so we have:

  • bv+ba[format_note~=',
  • (?i)original
  • ] / bv+ba

sent to youtube-dl.

I know the lib isn't supported anymore, but I prefer to share this fact, for future users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant