Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Request: support spaces in a format string #9940
Comments
|
I guess keeping slashes is easier to implement. |
|
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
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand 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 :-)