From: Sergey M․ Date: Fri, 8 Jul 2016 20:24:36 +0000 (+0700) Subject: [extractor/common] Introduce filesize metafield for thumbnails X-Git-Tag: 2016.07.09~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2de624fdd5b2d94bcf548633d6fe1897ccb7cf46;p=youtube-dl.git [extractor/common] Introduce filesize metafield for thumbnails --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index b5fce5de21..0cb5e5bb06 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.