]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/extractor/common.py
Remove quality_name field and improve zdf extractor
[youtube-dl] / youtube_dl / extractor / common.py
index 3c4781121b03b755ebc7bcd0d78603f1f4b79cdc..3d8ac8ba2d044f446489c54c39195c9a2418fcea 100644 (file)
@@ -76,7 +76,6 @@ class InfoExtractor(object):
                     * acodec    Name of the audio codec in use
                     * vbr       Average video bitrate in KBit/s
                     * vcodec    Name of the video codec in use
-                    * quality_name Human-readable name of the video quality.
                     * filesize  The number of bytes, if known in advance
     webpage_url:    The url to the video webpage, if given to youtube-dl it
                     should allow to get the same result again. (It will be set