diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-09 03:24:36 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-09 03:24:36 +0700 |
commit | 2de624fdd5b2d94bcf548633d6fe1897ccb7cf46 (patch) | |
tree | 425922d5714e68e33b2e3ae91bfb5ff7bcdf1696 /youtube_dl/extractor/common.py | |
parent | 3fee7f636cb63e6cb785b07e4ffea3cc91981525 (diff) |
[extractor/common] Introduce filesize metafield for thumbnails
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
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. |