diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-23 23:54:06 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-23 23:54:06 +0100 |
commit | 1394ce65b4c25426cbb4dd1d97adc4cc7d0ba80b (patch) | |
tree | 6bac903aadc46ba30bbd742d15f9a304b3be23e7 /youtube_dl/extractor/common.py | |
parent | 63ef36e8d8fb7846b344918a39a9d2df05dfac56 (diff) |
[youtube] Add new formats (Fixes #2221)
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 02a82dc57..aa48bd4e6 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -66,6 +66,7 @@ class InfoExtractor(object): * asr Audio sampling rate in Hertz * vbr Average video bitrate in KBit/s * vcodec Name of the video codec in use + * container Name of the container format * filesize The number of bytes, if known in advance * player_url SWF Player URL (used for rtmpdump). * protocol The protocol that will be used for the actual |