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

doc update request #9717

Closed
ghost opened this issue Jun 7, 2016 · 1 comment
Closed

doc update request #9717

ghost opened this issue Jun 7, 2016 · 1 comment
Labels

Comments

@ghost
Copy link

@ghost ghost commented Jun 7, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.06.03. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2016.06.03

Before submitting an issue make sure you have:

  • [x ] At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • [x ] Other

Passing youtube-dl variables from Windows command prompt requires double %.
eg %(title)s must be %%(title)s

DOS strips first % it receives as a variable before youtube-dl receives it.
eg%(title)s becomes (title)s to youtube-dl, which is not a variable.

Docs mention this vaguely. Please clarify.
"To specify percent literal in output template use %%."

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 7, 2016

Passing arguments from command prompt does not require doubling %. The only place where it should be doubled is a batch file.

To specify percent literal in output template use %%

This is unrelated at all.

@dstftw dstftw closed this in a936ac3 Jun 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.