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).
archive/recovered-github-prs
jesus2099 4 years ago committed by GitHub
parent c5764b3f89
commit dde3ca999d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save