Add --flat-playlist option (Closes #4003)
This commit is contained in:
parent
b1edd7a48a
commit
057a5206cc
3 changed files with 15 additions and 2 deletions
|
@ -367,6 +367,7 @@ def _real_main(argv=None):
|
|||
'youtube_include_dash_manifest': opts.youtube_include_dash_manifest,
|
||||
'encoding': opts.encoding,
|
||||
'exec_cmd': opts.exec_cmd,
|
||||
'extract_flat': opts.extract_flat,
|
||||
}
|
||||
|
||||
with YoutubeDL(ydl_opts) as ydl:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue