mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00: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
	 Sergey M․
					Sergey M․