]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/common.py
Document that format_id field should be present
[youtube-dl.git] / youtube_dl / extractor / common.py
index 6fa60622e096e518a55c4cfddd71ef5a4d9a862a..f34d36cb05fb69533a3dd8ed2de722cb6ada9eea 100644 (file)
@@ -51,7 +51,8 @@ class InfoExtractor(object):
                                  Calculated from the format_id, width, height.
                                  and format_note fields if missing.
                     * 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
                                  ("3D" or "DASH video")
                     * width      Width of the video, if known