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

Strange behavior with default option --yes-playlist #25964

Closed
oleksis opened this issue Jul 10, 2020 · 1 comment
Closed

Strange behavior with default option --yes-playlist #25964

oleksis opened this issue Jul 10, 2020 · 1 comment
Labels

Comments

@oleksis
Copy link

@oleksis oleksis commented Jul 10, 2020

Checklist

  • I'm reporting a feature request
  • [x ] I've verified that I'm running youtube-dl version 2020.06.16.1
  • [x ] I've searched the bugtracker for similar feature requests including closed ones

Description

WRITE DESCRIPTION HERE

Strange behavior with default option --yes-playlist = False:

By default --no-playlist = False, that is, I can interpret that initially --yes-playlist = True but in the youtube-dl options option.py --yes-playlist = False by default

action='store_false', dest='noplaylist', default=False,

I suggest clarifying the option or setting by default --yes-playlist = True

Regards!

@oleksis oleksis added the request label Jul 10, 2020
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 11, 2020

There is not such option yesplaylist is the first place, both switches are mapped to noplaylist option.

@dstftw dstftw closed this Jul 11, 2020
@dstftw dstftw added the invalid label Jul 11, 2020
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.