mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Add support for https for all extractors as preventive and future-proof measure
This commit is contained in:
		| @@ -244,7 +244,7 @@ class WDRMobileIE(InfoExtractor): | ||||
|  | ||||
|  | ||||
| class WDRMausIE(InfoExtractor): | ||||
|     _VALID_URL = r'http://(?:www\.)?wdrmaus\.de/(?:[^/]+/){,2}(?P<id>[^/?#]+)(?:/index\.php5|(?<!index)\.php5|/(?:$|[?#]))' | ||||
|     _VALID_URL = r'https?://(?:www\.)?wdrmaus\.de/(?:[^/]+/){,2}(?P<id>[^/?#]+)(?:/index\.php5|(?<!index)\.php5|/(?:$|[?#]))' | ||||
|     IE_DESC = 'Sendung mit der Maus' | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://www.wdrmaus.de/aktuelle-sendung/index.php5', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․