commit: 2de624fdd5b2d94bcf548633d6fe1897ccb7cf46
parent 3fee7f636cb63e6cb785b07e4ffea3cc91981525
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 9 Jul 2016 03:24:36 +0700
[extractor/common] Introduce filesize metafield for thumbnails
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
@@ -161,6 +161,7 @@ class InfoExtractor(object):
* "height" (optional, int)
* "resolution" (optional, string "{width}x{height"},
deprecated)
+ * "filesize" (optional, int)
thumbnail: Full URL to a video thumbnail image.
description: Full video description.
uploader: Full name of the video uploader.