From: Sergey M․ Date: Fri, 8 Jul 2016 20:24:36 +0000 (+0700) Subject: [extractor/common] Introduce filesize metafield for thumbnails X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=2de624fdd5b2d94bcf548633d6fe1897ccb7cf46;p=youtube-dl [extractor/common] Introduce filesize metafield for thumbnails --- 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.