diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-25 15:18:40 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-25 15:18:40 +0100 |
commit | 7217e148fb03ea27edb12a878c959ebefec4c6c3 (patch) | |
tree | 74281d50173c15a0b88880c4ba18f7303548a58f /youtube_dl/extractor/common.py | |
parent | b874fe2da8defdd5fd945e87d746f52ef52a40f2 (diff) |
[yahoo] Use centralized sorting, and add tbr field
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 05f0cb6d5..6fa60622e 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -57,6 +57,7 @@ class InfoExtractor(object): * width Width of the video, if known * height Height of the video, if known * resolution Textual description of width and height + * tbr Average bitrate of audio and video in KBit/s * abr Average audio bitrate in KBit/s * acodec Name of the audio codec in use * vbr Average video bitrate in KBit/s |