[compat] Fix py2

This commit is contained in:
pukkandan
2021-05-14 13:35:13 +05:30
parent 0fb983f62d
commit d2a1fad968
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -790,7 +790,7 @@ def parseOpts(overrideArguments=None):
help='Do not download the video but write all related files (Alias: --no-download)')
verbosity.add_option(
'-O', '--print', metavar='TEMPLATE',
action='callback', dest='print', type='str', default=[],
action='callback', dest='forceprint', type='str', default=[],
callback=_list_from_options_callback, callback_kwargs={'delim': None},
help=(
'Simulate, quiet but print the given fields. Either a field name '