mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 01:33:15 +00:00 
			
		
		
		
	[kaltura] Fix embed info strip (refs #22658)
This commit is contained in:
		
							parent
							
								
									d4bb825b83
								
							
						
					
					
						commit
						1907f06e7b
					
				| @ -151,7 +151,8 @@ class KalturaIE(InfoExtractor): | ||||
|         if mobj: | ||||
|             embed_info = mobj.groupdict() | ||||
|             for k, v in embed_info.items(): | ||||
|                 embed_info[k] = v.strip() | ||||
|                 if v: | ||||
|                     embed_info[k] = v.strip() | ||||
|             url = 'kaltura:%(partner_id)s:%(id)s' % embed_info | ||||
|             escaped_pid = re.escape(embed_info['partner_id']) | ||||
|             service_url = re.search( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․