projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964b989
)
[kaltura] limit requested MediaEntry fields
author
Remita Amine
<remitamine@gmail.com>
Sun, 18 Nov 2018 15:13:46 +0000
(16:13 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sun, 18 Nov 2018 15:15:27 +0000
(16:15 +0100)
youtube_dl/extractor/kaltura.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/kaltura.py
b/youtube_dl/extractor/kaltura.py
index 04f68fce41fc129f7cf65e0e1cddb0e85636fb9e..fdf7f5bbc4aa314ac8d703376ec3a82014d8a6bf 100644
(file)
--- a/
youtube_dl/extractor/kaltura.py
+++ b/
youtube_dl/extractor/kaltura.py
@@
-192,6
+192,8
@@
class KalturaIE(InfoExtractor):
'entryId': video_id,
'service': 'baseentry',
'ks': '{1:result:ks}',
+ 'responseProfile:fields': 'createdAt,dataUrl,duration,name,plays,thumbnailUrl,userId',
+ 'responseProfile:type': 1,
},
{
'action': 'getbyentryid',