mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-06 13:35:50 +01:00
[compat] Fix py2
This commit is contained in:
parent
0fb983f62d
commit
d2a1fad968
2 changed files with 3 additions and 3 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue