diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-09-24 06:36:07 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-09-24 06:36:07 +0700 |
commit | adae9e844b0a40bf686a142a20c7ca30e4e1145b (patch) | |
tree | 489ee4fa0fcaa26e743483fc2310dd8a9ccf696a | |
parent | c5764b3f89b66e0148a186490f522ae7c259a55e (diff) |
[README.md] Fix autonumber sequence description (refs #26686)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +545,7 @@ The basic usage is not to set any template arguments when downloading a single f - `extractor` (string): Name of the extractor - `extractor_key` (string): Key name of the extractor - `epoch` (numeric): Unix epoch when creating the file - - `autonumber` (numeric): Five-digit number that will be increased with each download, starting at zero + - `autonumber` (numeric): Number that will be increased with each download, starting at `--autonumber-start` - `playlist` (string): Name or id of the playlist that contains the video - `playlist_index` (numeric): Index of the video in the playlist padded with leading zeros according to the total length of the playlist - `playlist_id` (string): Playlist identifier |