[extractor/common] Introduce filesize metafield for thumbnails
authorSergey M․ <dstftw@gmail.com>
Fri, 8 Jul 2016 20:24:36 +0000 (03:24 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 8 Jul 2016 20:24:36 +0000 (03:24 +0700)
youtube_dl/extractor/common.py

index b5fce5de21972f75253c0ae4c3352e4f0775da1f..0cb5e5bb06604bd9bb07adc91d4b075e80e0645d 100644 (file)
@@ -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.