mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Add support for https for all extractors as preventive and future-proof measure
This commit is contained in:
		| @@ -33,7 +33,7 @@ class BokeCCBaseIE(InfoExtractor): | ||||
|  | ||||
| class BokeCCIE(BokeCCBaseIE): | ||||
|     _IE_DESC = 'CC视频' | ||||
|     _VALID_URL = r'http://union\.bokecc\.com/playvideo\.bo\?(?P<query>.*)' | ||||
|     _VALID_URL = r'https?://union\.bokecc\.com/playvideo\.bo\?(?P<query>.*)' | ||||
|  | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://union.bokecc.com/playvideo.bo?vid=E44D40C15E65EA30&uid=CD0C5D3C8614B28B', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․