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

Unable to use --postprocessor-args tag #23859

Closed
brandazzle opened this issue Jan 27, 2020 · 4 comments
Closed

Unable to use --postprocessor-args tag #23859

brandazzle opened this issue Jan 27, 2020 · 4 comments
Labels

Comments

@brandazzle
Copy link

@brandazzle brandazzle commented Jan 27, 2020

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.01.24
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

The command:

youtube-dl https://www.youtube.com/watch?v=GglsBHdKDBk -verbose —-postprocessor-args "-metadata album='x Infinity'"

Verbose log

Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: no such option: -m

Description

The --postprocessor-args option appears to be nonfunctional and/or broken.

@dstftw dstftw closed this Jan 27, 2020
@dstftw dstftw added the incomplete label Jan 27, 2020
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 27, 2020

Invalid first dash character.

@dstftw dstftw added invalid and removed incomplete labels Jan 27, 2020
@brandazzle
Copy link
Author

@brandazzle brandazzle commented Jan 27, 2020

Okay, so now I fixed that and it has a different problem.
The new command:

https://www.youtube.com/watch?v=GglsBHdKDBk -verbose --postprocessor-args "-metadata album='x Infinity'"

The new verbose output:

[debug] System config: []
[debug] User config: [u'-f', u'm4a/wav/mp3']
[debug] Custom config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=GglsBHdKDBk', u'-verbose', u'--postprocessor-args', u"-metadata album='x Infinity'"]
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: invalid rate limit specified
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 27, 2020

Long options must start with double dash. Maybe you'll bother checking what you run?

@brandazzle
Copy link
Author

@brandazzle brandazzle commented Jan 27, 2020

I'm sorry, I don't understand what you mean. What counts as a "long option?"

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.