mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
Document that format_id field should be present
This commit is contained in:
parent
360babf799
commit
5d4f3985be
@ -51,7 +51,8 @@ class InfoExtractor(object):
|
|||||||
Calculated from the format_id, width, height.
|
Calculated from the format_id, width, height.
|
||||||
and format_note fields if missing.
|
and format_note fields if missing.
|
||||||
* format_id A short description of the format
|
* format_id A short description of the format
|
||||||
("mp4_h264_opus" or "19")
|
("mp4_h264_opus" or "19").
|
||||||
|
Technically optional, but strongly recommended.
|
||||||
* format_note Additional info about the format
|
* format_note Additional info about the format
|
||||||
("3D" or "DASH video")
|
("3D" or "DASH video")
|
||||||
* width Width of the video, if known
|
* width Width of the video, if known
|
||||||
|
Loading…
Reference in New Issue
Block a user