Add --mark-watched feature (Closes #5054)

This commit is contained in:
Sergey M․ 2016-03-01 01:01:33 +06:00
parent 4b3cd7316c
commit d77ab8e255
4 changed files with 40 additions and 0 deletions

View file

@ -355,6 +355,7 @@ def _real_main(argv=None):
'youtube_include_dash_manifest': opts.youtube_include_dash_manifest,
'encoding': opts.encoding,
'extract_flat': opts.extract_flat,
'mark_watched': opts.mark_watched,
'merge_output_format': opts.merge_output_format,
'postprocessors': postprocessors,
'fixup': opts.fixup,