aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:12:26 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:13:22 +0100
commit02dbf93f0e98a56ed04b4a9e6a6d62efd6d801f9 (patch)
tree0d630a6816c117b144ef158390476470a649bd4a /youtube_dl/extractor/common.py
parent1fb2bcbbf748e07d05f98110cc27d440506a9b77 (diff)
downloadyoutube-dl-02dbf93f0e98a56ed04b4a9e6a6d62efd6d801f9.tar.xz
[zdf/common] Use API in ZDF extractor.
This also comes with a lot of extra format fields Fixes #1518
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 482a231ec..3c4781121 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -76,6 +76,8 @@ 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
by YoutubeDL if it's missing)