mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
Introduce --output-na-placeholder (closes #27896)
This commit is contained in:
parent
4542e3e555
commit
142c584063
5 changed files with 21 additions and 8 deletions
|
@ -340,6 +340,7 @@ def _real_main(argv=None):
|
|||
'format': opts.format,
|
||||
'listformats': opts.listformats,
|
||||
'outtmpl': outtmpl,
|
||||
'outtmpl_na_placeholder': opts.outtmpl_na_placeholder,
|
||||
'autonumber_size': opts.autonumber_size,
|
||||
'autonumber_start': opts.autonumber_start,
|
||||
'restrictfilenames': opts.restrictfilenames,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue