mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:57:07 -05:00 
			
		
		
		
	
				
					committed by
					
						
						Jaime Marquínez Ferrándiz
					
				
			
			
				
	
			
			
			
						parent
						
							b0ba11cc64
						
					
				
				
					commit
					8334637f4a
				
			@@ -340,7 +340,7 @@ class BrightcoveLegacyIE(InfoExtractor):
 | 
			
		||||
                        ext = 'flv'
 | 
			
		||||
                if ext is None:
 | 
			
		||||
                    ext = determine_ext(url)
 | 
			
		||||
                tbr = int_or_none(rend.get('encodingRate'), 1000),
 | 
			
		||||
                tbr = int_or_none(rend.get('encodingRate'), 1000)
 | 
			
		||||
                a_format = {
 | 
			
		||||
                    'format_id': 'http%s' % ('-%s' % tbr if tbr else ''),
 | 
			
		||||
                    'url': url,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user