mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[kaltura] limit requested MediaEntry fields
This commit is contained in:
parent
964b989dc8
commit
9b27a78a88
@ -192,6 +192,8 @@ def _get_video_info(self, video_id, partner_id, service_url=None):
|
||||
'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 New Issue
Block a user