diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 19:58:31 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 19:58:31 +0100 |
commit | 50317b111dadccba73bcdd828d9997d1da78a5f1 (patch) | |
tree | c3504ea6f73ef1d44934a58e7a2e4c752a0f98b3 /youtube_dl/extractor/common.py | |
parent | d7975ea28785e1d2c344ee65acff873edb43e914 (diff) | |
parent | dd27fd1739ad7fed878ecab17e51001c336d1190 (diff) |
Merge branch 'youtube-dash-manifest'
Conflicts:
youtube_dl/extractor/youtube.py
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 582eb4f5b..02a82dc57 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -63,6 +63,7 @@ class InfoExtractor(object): * 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 + * asr Audio sampling rate in Hertz * vbr Average video bitrate in KBit/s * vcodec Name of the video codec in use * filesize The number of bytes, if known in advance |