mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[README.md] Document extractor sequences in output template
This commit is contained in:
parent
3b799ca14c
commit
72b9ebc65d
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ # OUTPUT TEMPLATE
|
||||||
- `filesize`: The number of bytes, if known in advance
|
- `filesize`: The number of bytes, if known in advance
|
||||||
- `filesize_approx`: An estimate for the number of bytes
|
- `filesize_approx`: An estimate for the number of bytes
|
||||||
- `protocol`: The protocol that will be used for the actual download
|
- `protocol`: The protocol that will be used for the actual download
|
||||||
|
- `extractor`: Name of the extractor
|
||||||
|
- `extractor_key`: Key name of the extractor
|
||||||
- `epoch`: Unix epoch when creating the file
|
- `epoch`: Unix epoch when creating the file
|
||||||
- `autonumber`: Five-digit number that will be increased with each download, starting at zero
|
- `autonumber`: Five-digit number that will be increased with each download, starting at zero
|
||||||
- `playlist`: Name or id of the playlist that contains the video
|
- `playlist`: Name or id of the playlist that contains the video
|
||||||
|
|
Loading…
Reference in a new issue