[YoutubeDL] Implement --write-all-thumbnails (Closes #2269)

This commit is contained in:
Philipp Hagemeister 2015-01-25 03:11:12 +01:00
parent cfb56d1af3
commit ec82d85acd
3 changed files with 43 additions and 19 deletions

View file

@ -286,6 +286,7 @@ def _real_main(argv=None):
'writeannotations': opts.writeannotations,
'writeinfojson': opts.writeinfojson,
'writethumbnail': opts.writethumbnail,
'write_all_thumbnails': opts.write_all_thumbnails,
'writesubtitles': opts.writesubtitles,
'writeautomaticsub': opts.writeautomaticsub,
'allsubtitles': opts.allsubtitles,