[soundcloud] Extract AAC format
This commit is contained in:
		
							parent
							
								
									6b09401b0b
								
							
						
					
					
						commit
						b9e5f87291
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -350,6 +350,8 @@ class SoundcloudIE(InfoExtractor):
 | 
			
		|||
            format_id_list = []
 | 
			
		||||
            if protocol:
 | 
			
		||||
                format_id_list.append(protocol)
 | 
			
		||||
            if f.get('ext') == 'aac':
 | 
			
		||||
                f['abr'] = '256'
 | 
			
		||||
            for k in ('ext', 'abr'):
 | 
			
		||||
                v = f.get(k)
 | 
			
		||||
                if v:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue