mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 08:40:04 +01:00
[options] Deprecate --autonumber-size
This commit is contained in:
parent
b3175982c3
commit
fafc2bf5a9
@ -680,7 +680,9 @@ def _scrub_eq(o):
|
||||
filesystem.add_option(
|
||||
'--autonumber-size',
|
||||
dest='autonumber_size', metavar='NUMBER', default=5, type=int,
|
||||
help='Specify the number of digits in %(autonumber)s when it is present in output filename template or --auto-number option is given (default is %default)')
|
||||
help='[deprecated; use output template with %(autonumber)0Nd, where N in the number of digits] '
|
||||
'Specify the number of digits in %(autonumber)s when it is present '
|
||||
'in output filename template or --auto-number option is given (default is %default)')
|
||||
filesystem.add_option(
|
||||
'--autonumber-start',
|
||||
dest='autonumber_start', metavar='NUMBER', default=1, type=int,
|
||||
|
Loading…
Reference in New Issue
Block a user