mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 19:55:57 +00:00
[cleanup] Misc (#11554)
Closes #6884 Authored by: bashonly, Grub4K, seproDev Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: sepro <[email protected]>
This commit is contained in:
co-authored by
Simon Sawicki
sepro
parent
e079ffbda6
commit
da252d9d32
+3
-1
@@ -419,7 +419,9 @@ def create_parser():
|
||||
general.add_option(
|
||||
'--flat-playlist',
|
||||
action='store_const', dest='extract_flat', const='in_playlist', default=False,
|
||||
help='Do not extract the videos of a playlist, only list them')
|
||||
help=(
|
||||
'Do not extract a playlist\'s URL result entries; '
|
||||
'some entry metadata may be missing and downloading may be bypassed'))
|
||||
general.add_option(
|
||||
'--no-flat-playlist',
|
||||
action='store_false', dest='extract_flat',
|
||||
|
||||
Reference in New Issue
Block a user