-
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
Request: support spaces in a format string #9940
Comments
I guess keeping slashes is easier to implement. |
Like: -f " bestvideo+bestaudio/ best "
I have opened #9945 for handling multiline quoted strings. Also, there's a typo on a pair of lines: you wrote |
Whoops, thank you for catching that typo, I will fix my config file :-). I was expecting the "/" to be implicit for a newline; does that seem reasonable, or not? |
I would prefer it to be explicit, since one could also expect |
Like: -f " bestvideo+bestaudio/ best "
Multiline quoted strings are recognized with 9e29ef1. I'm closing the issue since I think it's better to explicitly use |
Thank you. |
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2016.06.27. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I'd like to see support for spaces in a format string.
Reason: Here is my config file, before I pack it:
That's understandable, right? Well, guess what that format string will look like with the spaces removed and slashes instead of newlines :-)
The text was updated successfully, but these errors were encountered: