projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fee7f6
)
[extractor/common] Introduce filesize metafield for thumbnails
author
Sergey M․
<dstftw@gmail.com>
Fri, 8 Jul 2016 20:24:36 +0000
(
03:24
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 8 Jul 2016 20:24:36 +0000
(
03:24
+0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index b5fce5de21972f75253c0ae4c3352e4f0775da1f..0cb5e5bb06604bd9bb07adc91d4b075e80e0645d 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
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.