diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-25 03:28:55 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-25 03:28:55 +0100 |
commit | c059bdd432911cff8c7426380a876c9679855ab5 (patch) | |
tree | aa8d29a5406f53eb42b786e5c21134bf8f25fc7d /youtube_dl/extractor/common.py | |
parent | 02dbf93f0e98a56ed04b4a9e6a6d62efd6d801f9 (diff) |
Remove quality_name field and improve zdf extractor
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 3c4781121..3d8ac8ba2 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -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 |