aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-08 01:13:55 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-08 01:13:55 +0200
commit73e79f2a1be3179edd8eebf4b7b6d56fe953a4a8 (patch)
tree75465caca8e9f3e4c4a7febf71025e4fba70f2cd /youtube_dl/extractor/common.py
parent9d7b44b4cc77fab01f0fbb8d28ec22fe1c3f3c76 (diff)
downloadyoutube-dl-73e79f2a1be3179edd8eebf4b7b6d56fe953a4a8.tar.xz
[3sat] Add support (Fixes #1001)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 655836ff6..8db72ba7a 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -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.