diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-25 02:38:47 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-25 02:43:19 +0100 |
commit | cfb56d1af38f3e1e0251dbd8a20e3ed8884976ff (patch) | |
tree | f6a2d49083150cc057649c1f923c510a8acd0be1 /youtube_dl/extractor/common.py | |
parent | 1e108029907ca28b75f37d2cf0bf25bcabbfbdac (diff) |
Add --list-thumbnails
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 523400062..7b7a832dc 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -129,7 +129,9 @@ class InfoExtractor(object): something like "4234987", title "Dancing naked mole rats", and display_id "dancing-naked-mole-rats" thumbnails: A list of dictionaries, with the following entries: + * "id" (optional, string) - Thumbnail format ID * "url" + * "preference" (optional, int) - quality of the image * "width" (optional, int) * "height" (optional, int) * "resolution" (optional, string "{width}x{height"}, |