[3sat] Add support (Fixes #1001)

This commit is contained in:
Philipp Hagemeister 2013-07-08 01:13:55 +02:00
parent 9d7b44b4cc
commit 73e79f2a1b
4 changed files with 96 additions and 1 deletions

View 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.