[3sat] Add support (Fixes #1001)
[youtube-dl] / youtube_dl / extractor / common.py
index 655836ff6efca2ef95e80631d528901d6ae28d46..8db72ba7afb480cbd9a894be78c0e1774556af52 100644 (file)
@@ -36,6 +36,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.