Add --mark-watched feature (Closes #5054)
This commit is contained in:
parent
4b3cd7316c
commit
d77ab8e255
4 changed files with 40 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue