Browse Source

[extractor/common] Introduce filesize metafield for thumbnails

master
Sergey M․ 8 years ago
parent
commit
2de624fdd5
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/common.py

1
youtube_dl/extractor/common.py

@ -161,6 +161,7 @@ class InfoExtractor(object):
* "height" (optional, int)
* "resolution" (optional, string "{width}x{height"},
deprecated)
* "filesize" (optional, int)
thumbnail: Full URL to a video thumbnail image.
description: Full video description.
uploader: Full name of the video uploader.

Loading…
Cancel
Save