projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360babf
)
Document that format_id field should be present
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 26 Dec 2013 20:19:00 +0000
(21:19 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 26 Dec 2013 20:19:00 +0000
(21:19 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 6fa60622e096e518a55c4cfddd71ef5a4d9a862a..f34d36cb05fb69533a3dd8ed2de722cb6ada9eea 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-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