mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:27:11 -05:00 
			
		
		
		
	[bbccouk] Add support for https protocol in media selector (closes #12701)
This commit is contained in:
		@@ -370,7 +370,7 @@ class BBCCoUkIE(InfoExtractor):
 | 
			
		||||
                                'acodec': encoding,
 | 
			
		||||
                                'vcodec': 'none',
 | 
			
		||||
                            })
 | 
			
		||||
                        if protocol == 'http':
 | 
			
		||||
                        if protocol in ('http', 'https'):
 | 
			
		||||
                            # Direct link
 | 
			
		||||
                            fmt.update({
 | 
			
		||||
                                'url': href,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user