mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:27:07 -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']),
 | 
					                    'format_id': '%s_%s' % (service, format['format_id']),
 | 
				
			||||||
                    'abr': abr,
 | 
					                    'abr': abr,
 | 
				
			||||||
                    'acodec': acodec,
 | 
					                    'acodec': acodec,
 | 
				
			||||||
 | 
					                    'vcodec': 'none',
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
            formats.extend(conn_formats)
 | 
					            formats.extend(conn_formats)
 | 
				
			||||||
        return formats
 | 
					        return formats
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user