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:
		| @@ -5,7 +5,7 @@ from .youtube import YoutubeIE | ||||
|  | ||||
|  | ||||
| class WimpIE(InfoExtractor): | ||||
|     _VALID_URL = r'http://(?:www\.)?wimp\.com/(?P<id>[^/]+)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?wimp\.com/(?P<id>[^/]+)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://www.wimp.com/maruexhausted/', | ||||
|         'md5': 'ee21217ffd66d058e8b16be340b74883', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․