Document that format_id field should be present
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 26 Dec 2013 20:19:00 +0000 (21:19 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 26 Dec 2013 20:19:00 +0000 (21:19 +0100)
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