added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames

This commit is contained in:
Costy Petrisor 2016-05-01 12:34:11 +00:00 committed by Sergey M․
parent 4edeac5bfa
commit acbb2374bc
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 6 additions and 1 deletions

View file

@ -321,6 +321,7 @@ def _real_main(argv=None):
'listformats': opts.listformats,
'outtmpl': outtmpl,
'autonumber_size': opts.autonumber_size,
'autonumber_start': opts.autonumber_start,
'restrictfilenames': opts.restrictfilenames,
'ignoreerrors': opts.ignoreerrors,
'force_generic_extractor': opts.force_generic_extractor,