Clarify --no-playlist documentation (Closes #4309)
This commit is contained in:
parent
ddfd0f2727
commit
acda92f6bc
3 changed files with 5 additions and 2 deletions
|
@ -222,7 +222,7 @@ def parseOpts(overrideArguments=None):
|
|||
selection.add_option(
|
||||
'--no-playlist',
|
||||
action='store_true', dest='noplaylist', default=False,
|
||||
help='download only the currently playing video')
|
||||
help='If the URL refers to a video and a playlist, download only the video.')
|
||||
selection.add_option(
|
||||
'--age-limit',
|
||||
metavar='YEARS', dest='age_limit', default=None, type=int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue