summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-09 03:24:36 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-09 03:24:36 +0700
commit2de624fdd5b2d94bcf548633d6fe1897ccb7cf46 (patch)
tree425922d5714e68e33b2e3ae91bfb5ff7bcdf1696
parent3fee7f636cb63e6cb785b07e4ffea3cc91981525 (diff)
downloadyoutube-dl-2de624fdd5b2d94bcf548633d6fe1897ccb7cf46.tar.gz
youtube-dl-2de624fdd5b2d94bcf548633d6fe1897ccb7cf46.tar.xz
youtube-dl-2de624fdd5b2d94bcf548633d6fe1897ccb7cf46.zip
[extractor/common] Introduce filesize metafield for thumbnails
-rw-r--r--youtube_dl/extractor/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index b5fce5de2..0cb5e5bb0 100644
--- 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.