[ellentv:clips] Fix extraction
This commit is contained in:
		
							parent
							
								
									870744ce8f
								
							
						
					
					
						commit
						66be4b89d7
					
				| @ -78,4 +78,8 @@ class EllenTVClipsIE(InfoExtractor): | ||||
|             raise ExtractorError('Failed to download JSON', cause=ve) | ||||
| 
 | ||||
|     def _extract_entries(self, playlist): | ||||
|         return [self.url_result(item['url'], 'EllenTV') for item in playlist] | ||||
|         return [ | ||||
|             self.url_result( | ||||
|                 'kaltura:%s:%s' % (item['kaltura_partner_id'], item['kaltura_entry_id']), | ||||
|                 'Kaltura') | ||||
|             for item in playlist] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user