[YoutubeDL] Add --playlist-items option (Fixes #2662)

This commit is contained in:
Philipp Hagemeister 2015-01-25 04:24:55 +01:00
parent 8940b8608e
commit c14e88f0f5
4 changed files with 39 additions and 5 deletions

View file

@ -333,6 +333,7 @@ def _real_main(argv=None):
'sleep_interval': opts.sleep_interval,
'external_downloader': opts.external_downloader,
'list_thumbnails': opts.list_thumbnails,
'playlist_items': opts.playlist_items,
}
with YoutubeDL(ydl_opts) as ydl: