X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=1d98222ce6518398fd2a1381100400d5bacb99c0;hb=d93e4dcbb7fb68666528e251623b90d832d9cffc;hp=0f6049cb43306537be089d27404ccb05d69d10a9;hpb=fc79158de2779a9f2d3fb16ddfb2878b82693b79;p=youtube-dl diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 0f6049cb4..1d98222ce 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -37,6 +37,8 @@ class InfoExtractor(object): The following fields are optional: format: The video format, defaults to ext (used for --get-format) + thumbnails: A list of dictionaries (with the entries "resolution" and + "url") for the varying thumbnails thumbnail: Full URL to a video thumbnail image. description: One-line video description. uploader: Full name of the video uploader.