mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[bbc] Set vcodec to none for audio formats
This commit is contained in:
		@@ -328,6 +328,7 @@ class BBCCoUkIE(InfoExtractor):
 | 
			
		||||
                    'format_id': '%s_%s' % (service, format['format_id']),
 | 
			
		||||
                    'abr': abr,
 | 
			
		||||
                    'acodec': acodec,
 | 
			
		||||
                    'vcodec': 'none',
 | 
			
		||||
                })
 | 
			
		||||
            formats.extend(conn_formats)
 | 
			
		||||
        return formats
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user