added --autonumber-start NUMBER as a command line option to be able to offset the...
[youtube-dl] / youtube_dl / __init__.py
index dfa4ae839055621ab48b89527dbd50eb0c61c06f..577bc880fca4b0548cde69697c65064fe11326b7 100644 (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,