diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-07-08 01:13:55 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-07-08 01:13:55 +0200 |
commit | 73e79f2a1be3179edd8eebf4b7b6d56fe953a4a8 (patch) | |
tree | 75465caca8e9f3e4c4a7febf71025e4fba70f2cd /youtube_dl/extractor/common.py | |
parent | 9d7b44b4cc77fab01f0fbb8d28ec22fe1c3f3c76 (diff) |
[3sat] Add support (Fixes #1001)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
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. |