[kaltura] limit requested MediaEntry fields
This commit is contained in:
parent
964b989dc8
commit
9b27a78a88
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue