Browse Source

[kaltura] limit requested MediaEntry fields

Remita Amine 6 years ago
parent
commit
9b27a78a88
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/kaltura.py

+ 2 - 0
youtube_dl/extractor/kaltura.py

@@ -192,6 +192,8 @@ class KalturaIE(InfoExtractor):
                 'entryId': video_id,
                 'entryId': video_id,
                 'service': 'baseentry',
                 'service': 'baseentry',
                 'ks': '{1:result:ks}',
                 'ks': '{1:result:ks}',
+                'responseProfile:fields': 'createdAt,dataUrl,duration,name,plays,thumbnailUrl,userId',
+                'responseProfile:type': 1,
             },
             },
             {
             {
                 'action': 'getbyentryid',
                 'action': 'getbyentryid',