Add --flat-playlist option (Closes #4003)

This commit is contained in:
Philipp Hagemeister 2014-10-24 14:48:12 +02:00
parent b1edd7a48a
commit 057a5206cc
3 changed files with 15 additions and 2 deletions

View file

@ -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: