From dde3ca999d4c03e06c11b7a30f0a0055d1a2d2b4 Mon Sep 17 00:00:00 2001 From: jesus2099 Date: Thu, 24 Sep 2020 00:36:54 +0200 Subject: [PATCH] Fix autonumber man page item The output format autonumber does not start at zero, it starts at 00001 (as verified and as written elsewhere in the same man page). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45326c69e..3a300b982 100644 --- a/README.md +++ b/README.md @@ -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): Five-digit number that will be increased with each download, starting at 00001 - `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